]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathMacroTemplate.h
Suppress XHTML output for math macros. (We used to get the default from
[features.git] / src / mathed / MathMacroTemplate.h
index f56ccb62074a4c49e315a00116c26debf64c5762..e93ceb46d0dfe0c4a85c79ebf17016485312e62a 100644 (file)
@@ -22,6 +22,9 @@
 
 namespace lyx {
 
+class OutputParams;
+class XHTMLStream;
+
 /// This class contains the macro definition.
 class MathMacroTemplate : public InsetMathNest {
 public:
@@ -50,6 +53,8 @@ public:
        /// Output LaTeX code, but assume that the macro is not definied yet
        /// if overwriteRedefinition is true
        int write(WriteStream & os, bool overwriteRedefinition) const;
+       /// Nothing happens. This is simply to suppress the default output.
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///