[Libreoffice-commits] .: Branch 'libreoffice-4-0' - starmath/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 6 12:11:23 PST 2012


 starmath/source/document.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2e682ba972f193cf22c7103c5bafb83ee0efc65b
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Dec 6 20:10:19 2012 +0000

    SID_SAVE_ONLY_USED_SYMBOLS missing from starmath print options itemset
    
    Change-Id: I91a39db4d967009ca8fa5ee2fe910a660a556fd2
    (cherry picked from commit cf543d8a78170f4fa3c2ca340f21e61d913a90eb)
    
    Signed-off-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index 6dc19f5..632ce0e 100644
--- a/starmath/source/document.cxx
+++ b/starmath/source/document.cxx
@@ -614,6 +614,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();


More information about the Libreoffice-commits mailing list