summaryrefslogtreecommitdiff
path: root/starmath/source/document.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-10-20 10:23:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-10-20 12:44:02 +0200
commit733623d6d4de6ed3441269e3ecf3ed86066735c2 (patch)
tree5053e4044dadb36dc1bf9dddcbe4df5be9aed6f8 /starmath/source/document.cxx
parentec577f566fa3e6d2666069180f8ec8474054aea9 (diff)
combine these contiguous ranges
Change-Id: I5f2b4ae72599fb16d567b3500fd1a77811e708a0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123881 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/source/document.cxx')
-rw-r--r--starmath/source/document.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index b71cef3720b7..dde2dd1cfc6b 100644
--- a/starmath/source/document.cxx
+++ b/starmath/source/document.cxx
@@ -495,8 +495,7 @@ 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,
- SID_SMEDITWINDOWZOOM, SID_SMEDITWINDOWZOOM>>(GetPool());
+ SID_AUTO_CLOSE_BRACKETS, SID_SMEDITWINDOWZOOM>>(GetPool());
SmModule *pp = SM_MOD();
pp->GetConfig()->ConfigToItemSet(*pOptions);
mpPrinter = VclPtr<SfxPrinter>::Create(std::move(pOptions));