]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPagebreak.cpp
Fix text frame drawing.
[lyx.git] / src / insets / InsetPagebreak.cpp
index f6d2987eb1fcc3b4eb083db194dff87b1bbca474..e75b08ffa6943f49f6a2e77042813014eddce7b7 100644 (file)
@@ -28,9 +28,6 @@ namespace lyx {
 
 using frontend::Painter;
 
-using std::endl;
-using std::ostream;
-
 
 void InsetPagebreak::read(Buffer const &, Lexer &)
 {
@@ -38,7 +35,7 @@ void InsetPagebreak::read(Buffer const &, Lexer &)
 }
 
 
-void InsetPagebreak::write(Buffer const &, ostream & os) const
+void InsetPagebreak::write(Buffer const &, std::ostream & os) const
 {
        os << "\n" << getCmdName() << '\n';
 }