starmath/source/document.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 649e29e53f9a79d8695b31b9a848fba14d6b583d
Author:     Caolán McNamara <[email protected]>
AuthorDate: Wed Oct 20 10:07:57 2021 +0100
Commit:     Caolán McNamara <[email protected]>
CommitDate: Wed Oct 20 12:23:10 2021 +0200

    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 <[email protected]>

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));

Reply via email to