]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBrace.h
Remove obsolete (and false) comment.
[lyx.git] / src / mathed / InsetMathBrace.h
index e8e3ea955766283a5019ef0e2e5dec1e9c36fefd..4a9efa716a48b4fa06457e83127f77fbfa092829 100644 (file)
@@ -22,15 +22,13 @@ namespace lyx {
 class InsetMathBrace : public InsetMathNest {
 public:
        ///
-       InsetMathBrace(Buffer * buf);
+       explicit InsetMathBrace(Buffer * buf);
        ///
-       InsetMathBrace(MathData const & ar);
+       explicit InsetMathBrace(MathData const & ar);
        /// identifies brace insets
        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; }