]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoldSymbol.h
Remove hardcoded values
[lyx.git] / src / mathed / InsetMathBoldSymbol.h
index 77d27bc965cb95a26650afffd9c823c2b17eff8b..89f3813510d5651dfaef1ef7ce658f828b45bad8 100644 (file)
@@ -17,7 +17,6 @@
 
 namespace lyx {
 
-
 /// Inset for AMSTeX's \boldsymbol
 class InsetMathBoldSymbol : public InsetMathNest {
 public:
@@ -43,6 +42,10 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       ///
        void infoize(odocstream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_BOLDSYMBOL_CODE; }