]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.h
#7379 avoid the wrap spell check question when buffer is empty
[lyx.git] / src / insets / InsetArgument.h
index 43000f9bc4b25149eb2bac487b8c83fd6e52c68d..f45c0ea0ad06200b8450a9be0a955ec744fa6e83 100644 (file)
@@ -30,7 +30,7 @@ public:
        InsetArgument(Buffer *);
 
        /// Outputting the parameter of a LaTeX command
-       int latexArgument(odocstream &, OutputParams const &,
+       void latexArgument(otexstream &, OutputParams const &,
                        bool optional) const;
        ///
        bool hasSettings() const { return false; }
@@ -41,7 +41,7 @@ private:
        ///
        docstring name() const { return from_ascii("Argument"); }
        /// Standard LaTeX output -- short-circuited
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        /// Standard plain text output -- short-circuited
        int plaintext(odocstream &, OutputParams const &) const;
        /// Standard DocBook output -- short-circuited