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

New commits:
commit 7cc8b3da906eb38479ecd35502652cefcf9d6579
Author:     Caolán McNamara <[email protected]>
AuthorDate: Wed Oct 20 10:07:57 2021 +0100
Commit:     Michael Stahl <[email protected]>
CommitDate: Fri Oct 22 09:57:28 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/+/123880
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <[email protected]>

diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index 2b924341265f..c38f0973e749 100644
--- a/starmath/source/document.cxx
+++ b/starmath/source/document.cxx
@@ -495,7 +495,8 @@ Printer* SmDocShell::GetPrt()
             svl::Items<
                 SID_PRINTTITLE, SID_PRINTZOOM,
                 SID_NO_RIGHT_SPACES, SID_SAVE_ONLY_USED_SYMBOLS,
-                SID_AUTO_CLOSE_BRACKETS, SID_AUTO_CLOSE_BRACKETS>{});
+                SID_AUTO_CLOSE_BRACKETS, SID_AUTO_CLOSE_BRACKETS,
+                SID_SMEDITWINDOWZOOM, SID_SMEDITWINDOWZOOM>{});
         SmModule *pp = SM_MOD();
         pp->GetConfig()->ConfigToItemSet(*pOptions);
         mpPrinter = VclPtr<SfxPrinter>::Create(std::move(pOptions));

Reply via email to