]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBrace.h
Fixup 097da3a9: fix horizontal navigatiion in InsetMathRoot
[lyx.git] / src / mathed / InsetMathBrace.h
index e8e3ea955766283a5019ef0e2e5dec1e9c36fefd..82393e97fc7339f722fba734cec47ff326951fe1 100644 (file)
@@ -29,8 +29,6 @@ public:
        InsetMathBrace * asBraceInset() { return this; }
        /// identifies brace insets
        InsetMathBrace const * asBraceInset() const { return this; }
-       /// we write extra braces in any case...
-       bool extraBraces() const { return true; }
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -48,6 +46,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void infoize(odocstream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_BRACE_CODE; }