Kaydet (Commit) 40c5c459 authored tarafından Luboš Luňák's avatar Luboš Luňák Kaydeden (comit) Fridrich Strba

fix iint/iiint import from docx math

Use the correct LO names for the symbols.

Change-Id: I4da760fb84e6f9ca811e13061341f9a993342c29
Reviewed-on: https://gerrit.libreoffice.org/3059Reviewed-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
Tested-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
üst 0dd9158a
......@@ -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";
......
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