From 3d5c6146bb8778c0c3512d9eda45434fa3b2067e Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Tue, 27 Jan 2015 12:33:02 +0900 Subject: Fix a single quote slipped in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See void SmNodeToTextVisitor::Visit( SmFontNode* pNode ) for comparison. Change-Id: Id7e58fef3b715ef2a4bcb4e1a1d390aadf917b5f Reviewed-on: https://gerrit.libreoffice.org/14193 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara (cherry picked from commit 9efb04dfbf70e123da1755adcede8199eabf0d9a) Reviewed-on: https://gerrit.libreoffice.org/14198 --- starmath/source/node.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath') diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx index 819bc5e318f3..b31d51779cb4 100644 --- a/starmath/source/node.cxx +++ b/starmath/source/node.cxx @@ -2086,7 +2086,7 @@ void SmFontNode::CreateTextFromNode(OUString &rText) rText += "-"; break; case FNTSIZ_MULTIPLY: - rText += "*'"; + rText += "*"; break; case FNTSIZ_DIVIDE: rText += "/"; -- cgit v1.2.3