]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetpagebreak.C
hopefully fix tex2lyx linking.
[lyx.git] / src / insets / insetpagebreak.C
index e63e8039f1ac431f9fd67e64d404ccb13f42a94e..aab1690483033d54b86591967989f4b1f55cfde6 100644 (file)
 #include "frontends/FontMetrics.h"
 #include "frontends/Painter.h"
 
-using lyx::docstring;
-using lyx::odocstream;
-using lyx::frontend::Painter;
+
+namespace lyx {
+
+using frontend::Painter;
 
 using std::endl;
 using std::ostream;
@@ -92,9 +93,12 @@ int InsetPagebreak::plaintext(Buffer const &, odocstream & os,
 }
 
 
-int InsetPagebreak::docbook(Buffer const &, std::ostream & os,
+int InsetPagebreak::docbook(Buffer const &, odocstream & os,
                            OutputParams const &) const
 {
        os << '\n';
        return 0;
 }
+
+
+} // namespace lyx