starmath/source/node.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 98b73b331918e3e9213992980048e3c3c8441b93 Author: Takeshi Abe <t...@fixedpoint.jp> Date: Tue Jan 27 12:33:02 2015 +0900 Fix a single quote slipped in See void SmNodeToTextVisitor::Visit( SmFontNode* pNode ) for comparison. Change-Id: Id7e58fef3b715ef2a4bcb4e1a1d390aadf917b5f Reviewed-on: https://gerrit.libreoffice.org/14193 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/14197 diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx index bb2006a..97fd34a 100644 --- a/starmath/source/node.cxx +++ b/starmath/source/node.cxx @@ -2046,7 +2046,7 @@ void SmFontNode::CreateTextFromNode(OUString &rText) rText += "-"; break; case FNTSIZ_MULTIPLY: - rText += "*'"; + rText += "*"; break; case FNTSIZ_DIVIDE: rText += "/";
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits