]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.cpp
Fix wrongly copy-pasted entries in SpellcheckerUi.ui
[lyx.git] / src / insets / InsetSpace.cpp
index faebeec5d3a0f075318e3f7a41689abb6f30214c..6e7c94d76576f28c0caffa1697c1d75be72bc2c4 100644 (file)
@@ -521,7 +521,7 @@ void InsetSpace::read(Lexer & lex)
 }
 
 
-int InsetSpace::latex(odocstream & os, OutputParams const & runparams) const
+void InsetSpace::latex(otexstream & os, OutputParams const & runparams) const
 {
        switch (params_.kind) {
        case InsetSpaceParams::NORMAL:
@@ -602,7 +602,6 @@ int InsetSpace::latex(odocstream & os, OutputParams const & runparams) const
                        os << "\\hspace*{" << from_ascii(params_.length.asLatexString()) << "}";
                break;
        }
-       return 0;
 }