diff options
author | Philipp Lohmann <pl@openoffice.org> | 2009-05-27 17:40:38 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2009-05-27 17:40:38 +0000 |
commit | a016e23729232a54ce03a1380032dfef3b5356de (patch) | |
tree | d1f95cd45b6cd9ad0fa14c27528fecc911d4135e /starmath | |
parent | 0f58a76df8f043959eb3de957514e8bdf57eeed9 (diff) |
print range changes, dependency UI
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/unomodel.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index 73840d528ba8..29a8164c1309 100644 --- a/starmath/source/unomodel.cxx +++ b/starmath/source/unomodel.cxx @@ -147,8 +147,7 @@ SmPrintUIOptions::SmPrintUIOptions() pConfig->GetPrintZoomFactor(), // initial value
10, // min value
1000, // max value
- &aPrintFormatProp,
- 2 );
+ &aPrintFormatProp, 2 , sal_True );
// IsIgnoreSpacesRight is a parser option! Thus we don't add it to the printer UI.
//
|