]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insethfill.C
hopefully fix tex2lyx linking.
[lyx.git] / src / insets / insethfill.C
index 18fbc104774a5440e39bf08aff91821e8aeed164..25146edb54baee80b487483cd204a718183b4d7f 100644 (file)
 #include <config.h>
 
 #include "insethfill.h"
-
 #include "gettext.h"
 
 #include "support/std_ostream.h"
 
-using lyx::docstring;
-using lyx::odocstream;
+
+namespace lyx {
 
 using std::ostream;
 
@@ -48,14 +47,6 @@ docstring const InsetHFill::getScreenLabel(Buffer const &) const
 }
 
 
-int InsetHFill::latex(Buffer const &, odocstream & os,
-                     OutputParams const &) const
-{
-       os << getCommand() << "{}";
-       return 0;
-}
-
-
 int InsetHFill::plaintext(Buffer const &, odocstream & os,
                      OutputParams const &) const
 {
@@ -82,3 +73,6 @@ bool InsetHFill::isSpace() const
 {
        return true;
 }
+
+
+} // namespace lyx