]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.h
Remove dead code + whitespace
[lyx.git] / src / insets / InsetArgument.h
index 1b5050db95e485ef1f052b69facce60d7e46f58b..186c6119e3d884c64790a53616ddfcf43f795cd0 100644 (file)
@@ -31,7 +31,8 @@ public:
 
        /// Outputting the parameter of a LaTeX command
        void latexArgument(otexstream &, OutputParams const &,
-                       docstring const&, docstring const &) const;
+                          docstring const&, docstring const &,
+                          docstring const &) const;
 
        std::string name() const { return name_; }
 
@@ -48,7 +49,7 @@ public:
        ///
        void latex(otexstream &, OutputParams const &) const { }
        ///
-       int plaintext(odocstream &, OutputParams const &) const { return 0; }
+       int plaintext(odocstringstream &, OutputParams const &, size_t) const { return 0; }
        ///
        int docbook(odocstream &, OutputParams const &) const { return 0; }
        ///
@@ -64,6 +65,8 @@ public:
        std::string contextMenuName() const;
        ///
        bool isPassThru() const { return pass_thru_; }
+       ///
+       bool resetFontEdit() const { return false; }
        //@}
        /// \name Public functions inherited from InsetCollapsable class
        //@{