]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetoptarg.h
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insetoptarg.h
index 6e4546c3a278d7a07f8d217b14a80617b0b24422..0c6e163a66a68ca2a272d712adde27b9c8722a44 100644 (file)
@@ -31,17 +31,18 @@ public:
        InsetBase::Code lyxCode() const { return InsetBase::OPTARG_CODE; }
        /// return an message upon editing
        virtual docstring const editMessage() const;
+       ///
+       virtual bool wide() const { return false; }
 
        /// Standard LaTeX output -- short-circuited
        int latex(Buffer const &, odocstream &,
-                 OutputParams const &) const;
-       /// Standard DocBook output -- short-circuited
-       int docbook(Buffer const &, odocstream &,
-                 OutputParams const &) const;
-
+                 OutputParams const &) const;
        /// Standard plain text output -- short-circuited
        int plaintext(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                     OutputParams const &) const;
+       /// Standard DocBook output -- short-circuited
+       int docbook(Buffer const &, odocstream &,
+                   OutputParams const &) const;
 
        /// Outputting the optional parameter of a LaTeX command
        int latexOptional(Buffer const &, odocstream &,