Kaydet (Commit) 269b7206 authored tarafından Luboš Luňák's avatar Luboš Luňák

fix iint/iiint import from docx math

Use the correct LO names for the symbols.

Change-Id: I4da760fb84e6f9ca811e13061341f9a993342c29
üst 6e33a2bd
...@@ -530,10 +530,10 @@ OUString SmOoxmlImport::handleNary() ...@@ -530,10 +530,10 @@ OUString SmOoxmlImport::handleNary()
ret = "int"; ret = "int";
break; break;
case MS_IINT: case MS_IINT:
ret = "liint"; ret = "iint";
break; break;
case MS_IIINT: case MS_IIINT:
ret = "liiint"; ret = "iiint";
break; break;
case MS_LINT: case MS_LINT:
ret = "lint"; ret = "lint";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment