[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - starmath/source
LuboÅ¡ LuÅák
l.lunak at suse.cz
Tue Mar 26 10:28:19 PDT 2013
starmath/source/ooxmlimport.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 40c5c4590ac1e6e58bd2f4b16603706b37c0d0b3
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Tue Mar 26 12:41:16 2013 +0100
fix iint/iiint import from docx math
Use the correct LO names for the symbols.
Change-Id: I4da760fb84e6f9ca811e13061341f9a993342c29
Reviewed-on: https://gerrit.libreoffice.org/3059
Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
Tested-by: Fridrich Strba <fridrich at documentfoundation.org>
diff --git a/starmath/source/ooxmlimport.cxx b/starmath/source/ooxmlimport.cxx
index 0b1beda..e3a48ca 100644
--- a/starmath/source/ooxmlimport.cxx
+++ b/starmath/source/ooxmlimport.cxx
@@ -530,10 +530,10 @@ OUString SmOoxmlImport::handleNary()
ret = "int";
break;
case MS_IINT:
- ret = "liint";
+ ret = "iint";
break;
case MS_IIINT:
- ret = "liiint";
+ ret = "iiint";
break;
case MS_LINT:
ret = "lint";
More information about the Libreoffice-commits
mailing list