]> 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 c10f18cdb7c56120f0e00d4f97de7cc1837e5abb..0c6e163a66a68ca2a272d712adde27b9c8722a44 100644 (file)
@@ -31,22 +31,23 @@ 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 &,
                          OutputParams const &) const;
-       /// Write out tothe .lyx file
+       /// Write out to the .lyx file
        void write(Buffer const & buf, std::ostream & os) const;
 
        /// should paragraph indendation be ommitted in any case?