diff options
-rw-r--r-- | starmath/source/document.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 72d9c218d021..b71cef3720b7 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -495,7 +495,8 @@ Printer* SmDocShell::GetPrt() auto pOptions = std::make_unique<SfxItemSetFixed< SID_PRINTTITLE, SID_PRINTZOOM, SID_NO_RIGHT_SPACES, SID_SAVE_ONLY_USED_SYMBOLS, - SID_AUTO_CLOSE_BRACKETS, SID_AUTO_CLOSE_BRACKETS>>(GetPool()); + SID_AUTO_CLOSE_BRACKETS, SID_AUTO_CLOSE_BRACKETS, + SID_SMEDITWINDOWZOOM, SID_SMEDITWINDOWZOOM>>(GetPool()); SmModule *pp = SM_MOD(); pp->GetConfig()->ConfigToItemSet(*pOptions); mpPrinter = VclPtr<SfxPrinter>::Create(std::move(pOptions)); |