]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommand.cpp
#7379 avoid the wrap spell check question when buffer is empty
[lyx.git] / src / insets / InsetCommand.cpp
index f2aa3fffd29efc9140ce293b41024131dbcf8eeb..fd86d03989a9047c038479fb177df6469c2fa295 100644 (file)
@@ -119,11 +119,10 @@ void InsetCommand::setParams(InsetCommandParams const & p)
 }
 
 
-int InsetCommand::latex(odocstream & os, OutputParams const & runparams_in) const
+void InsetCommand::latex(otexstream & os, OutputParams const & runparams_in) const
 {
        OutputParams runparams = runparams_in;
        os << getCommand(runparams);
-       return 0;
 }