]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoldSymbol.cpp
add busy.gif to resources (in line with cmake)
[lyx.git] / src / mathed / InsetMathBoldSymbol.cpp
index dd41bb03287bdc85f4ba013d09109b023da752fa..465a7bf77a1469fec36aa611689dcb400fbbdfe9 100644 (file)
@@ -112,6 +112,12 @@ void InsetMathBoldSymbol::mathmlize(MathStream & os) const
 }
 
 
+void InsetMathBoldSymbol::htmlize(HtmlStream & os) const
+{
+       os << MTag("b") << cell(0) << ETag("b");
+}
+
+
 void InsetMathBoldSymbol::infoize(odocstream & os) const
 {
        switch (kind_) {