]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.h
Fix wrongly copy-pasted entries in SpellcheckerUi.ui
[lyx.git] / src / insets / InsetArgument.h
index 43000f9bc4b25149eb2bac487b8c83fd6e52c68d..c57553474af8815571a794712edc6407058a1478 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; }
@@ -39,9 +39,9 @@ private:
        /// code of the inset
        InsetCode lyxCode() const { return ARG_CODE; }
        ///
-       docstring name() const { return from_ascii("Argument"); }
+       docstring layoutName() 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