[Libreoffice-commits] core.git: Branch 'aoo/trunk' - starmath/source

Tsutomu Uchino hanya at apache.org
Mon Jan 20 06:08:23 PST 2014


 starmath/source/document.cxx |    1 +
 starmath/source/unomodel.cxx |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 5c6ef989906c6aa51b2e3702bac0323ef97e9f2d
Author: Tsutomu Uchino <hanya at apache.org>
Date:   Mon Jan 20 13:22:16 2014 +0000

    #i121289# printer options should contain SID_SAVE_ONLY_USED_SYMBOLS value

diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index bfd8768..0991185 100644
--- a/starmath/source/document.cxx
+++ b/starmath/source/document.cxx
@@ -622,6 +622,7 @@ Printer* SmDocShell::GetPrt()
                            SID_PRINTTEXT,       SID_PRINTTEXT,
                            SID_PRINTFRAME,      SID_PRINTFRAME,
                            SID_NO_RIGHT_SPACES, SID_NO_RIGHT_SPACES,
+                           SID_SAVE_ONLY_USED_SYMBOLS, SID_SAVE_ONLY_USED_SYMBOLS,
                            0);
 
         SmModule *pp = SM_MOD();
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx
index bff1854..7a0b154 100644
--- a/starmath/source/unomodel.cxx
+++ b/starmath/source/unomodel.cxx
@@ -699,6 +699,7 @@ void SmModel::_setPropertyValues(const PropertyMapEntry** ppEntries, const Any*
                         SID_PRINTTEXT,       SID_PRINTTEXT,
                         SID_PRINTFRAME,      SID_PRINTFRAME,
                         SID_NO_RIGHT_SPACES, SID_NO_RIGHT_SPACES,
+                        SID_SAVE_ONLY_USED_SYMBOLS, SID_SAVE_ONLY_USED_SYMBOLS,
                         0
                     };
                     SfxItemSet *pItemSet = new SfxItemSet( pDocSh->GetPool(), nRange );


More information about the Libreoffice-commits mailing list