diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-06 20:10:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-06 20:10:19 +0000 |
commit | cf543d8a78170f4fa3c2ca340f21e61d913a90eb (patch) | |
tree | 8138698f8bb7c13c4d5f7a21b656fde5ad0b6489 /starmath | |
parent | 33af123fa0798eceaac6243111d57c7662a24c6c (diff) |
SID_SAVE_ONLY_USED_SYMBOLS missing from starmath print options itemset
Change-Id: I91a39db4d967009ca8fa5ee2fe910a660a556fd2
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/document.cxx | 1 |
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(); |