diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-10-20 10:07:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-10-20 12:23:10 +0200 |
commit | 649e29e53f9a79d8695b31b9a848fba14d6b583d (patch) | |
tree | d7855350f520f756918e9fa6a54b2567ecb9ab2b /starmath/source | |
parent | 317b9f31231cadc740cf23cc4d7c8e2b24324825 (diff) |
assert in math, file, printer settings, options
probably since...
commit 1a0fd1c1342969e5b4d08d13764483cd8bada589
Date: Fri May 14 13:46:41 2021 +0200
tdf#130654 editable smeditwindow zoom UI
Change-Id: Iead2fd9b5332a9cfead8d4e0d909746d6ed50db8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123879
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/source')
-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)); |