Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3055

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/55/3055/1

fix iint/iiint import from docx math

Use the correct LO names for the symbols.

Change-Id: I4da760fb84e6f9ca811e13061341f9a993342c29
---
M starmath/source/ooxmlimport.cxx
1 file changed, 2 insertions(+), 2 deletions(-)



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 @@
             ret = "int";
             break;
         case MS_IINT:
-            ret = "liint";
+            ret = "iint";
             break;
         case MS_IIINT:
-            ret = "liiint";
+            ret = "iiint";
             break;
         case MS_LINT:
             ret = "lint";

-- 
To view, visit https://gerrit.libreoffice.org/3055
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4da760fb84e6f9ca811e13061341f9a993342c29
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Luboš Luňák <l.lunak@suse.cz>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.