diff options
author | Tsutomu Uchino <hanya@apache.org> | 2014-01-20 13:22:16 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-20 15:05:42 +0000 |
commit | 78dd3fb45e05305691261e6c781578aed8bc92f0 (patch) | |
tree | 2f7d73aca4e080363805545103df8755719d1da6 | |
parent | 8ae8d5165c29cb899e6a8a57d1021a844ac30b30 (diff) |
Related: #i121289# printer options should have SID_SAVE_ONLY_USED_SYMBOLS
(cherry picked from commit 5c6ef989906c6aa51b2e3702bac0323ef97e9f2d)
Change-Id: Ida372f0558fd7e5cdb9c98384c21544e197f88a9
-rw-r--r-- | starmath/source/unomodel.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index 157667038724..1c3811f3d4dc 100644 --- a/starmath/source/unomodel.cxx +++ b/starmath/source/unomodel.cxx @@ -654,6 +654,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 ); |