]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDots.cpp
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / mathed / InsetMathDots.cpp
index d1b18fa9b4e929759e3daaccd0a71eaa57e33af6..8ca2a1e46981c9ed5f4a40f95803b143434360ca 100644 (file)
@@ -85,7 +85,7 @@ void InsetMathDots::validate(LaTeXFeatures & features) const
 }
 
 
-docstring InsetMathDots::mathmlize(MathStream & os) const
+void InsetMathDots::mathmlize(MathStream & os) const
 {
        // which symbols we support is decided by what is listed in
        // lib/symbols as generating a dots inset
@@ -106,7 +106,6 @@ docstring InsetMathDots::mathmlize(MathStream & os) const
        else
                LASSERT(false, ent = "…");
        os << MTag("mi") << from_ascii(ent) << ETag("mi");
-       return docstring();
 }
 
 } // namespace lyx