Author: hanya
Date: Mon Jan 20 13:22:16 2014
New Revision: 1559685

URL: http://svn.apache.org/r1559685
Log:
#i121289# printer options should contain SID_SAVE_ONLY_USED_SYMBOLS value

Modified:
    openoffice/trunk/main/starmath/source/document.cxx
    openoffice/trunk/main/starmath/source/unomodel.cxx

Modified: openoffice/trunk/main/starmath/source/document.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/starmath/source/document.cxx?rev=1559685&r1=1559684&r2=1559685&view=diff
==============================================================================
--- openoffice/trunk/main/starmath/source/document.cxx (original)
+++ openoffice/trunk/main/starmath/source/document.cxx Mon Jan 20 13:22:16 2014
@@ -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();

Modified: openoffice/trunk/main/starmath/source/unomodel.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/starmath/source/unomodel.cxx?rev=1559685&r1=1559684&r2=1559685&view=diff
==============================================================================
--- openoffice/trunk/main/starmath/source/unomodel.cxx (original)
+++ openoffice/trunk/main/starmath/source/unomodel.cxx Mon Jan 20 13:22:16 2014
@@ -699,6 +699,7 @@ void SmModel::_setPropertyValues(const P
                         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 );


Reply via email to