summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-12-06 20:10:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-12-06 20:10:55 +0000
commit2e682ba972f193cf22c7103c5bafb83ee0efc65b (patch)
treedcfb42e527fec896b00d775004e600e2eb0b2140 /starmath
parent794c86df74e8aebfbfccf845bd86d216b41606fa (diff)
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@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/document.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index 6dc19f5b9fa0..632ce0ea76be 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();