]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetOptArg.h
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetOptArg.h
index 6e8d2d3d6534f069222719fd566dfdb0bdceef7b..c5aa1115b6cfaf8174fb08054d9b644ecf5da291 100644 (file)
@@ -31,6 +31,8 @@ public:
 
        /// Outputting the optional parameter of a LaTeX command
        int latexOptional(odocstream &, OutputParams const &) const;
+       ///
+       bool hasSettings() const { return false; }
 
 private:
        /// code of the inset
@@ -45,6 +47,8 @@ private:
        int plaintext(odocstream &, OutputParams const &) const;
        /// Standard DocBook output -- short-circuited
        int docbook(odocstream &, OutputParams const &) const;
+       /// Standard XHTML output -- short-circuited
+       docstring xhtml(odocstream &, OutputParams const &) const;
        /// Write out to the .lyx file
        void write(std::ostream & os) const;
        /// should paragraph indendation be ommitted in any case?