summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-08-17 16:35:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-08-17 20:36:00 +0200
commit7e8be84f54fb10d5ba97c64009403c79c3976393 (patch)
treebc9ea2dfa2343a034b1faf54bd8190481bf067cb
parentb3761810532c98da42a4bb6cda0d0abe67af5c24 (diff)
fix SfxBindings::Invalidate(const sal_uInt16 *): Assertion
assert `*pIds > *(pIds-1)' failed. seen in impress, view, outline, press tab Change-Id: Ie5b61aac614789f13e59c49ab390e07a7a0a55a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138447 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sd/source/ui/func/fuoltext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuoltext.cxx b/sd/source/ui/func/fuoltext.cxx
index 07c3625ffe46..fe64cac47dfb 100644
--- a/sd/source/ui/func/fuoltext.cxx
+++ b/sd/source/ui/func/fuoltext.cxx
@@ -75,9 +75,9 @@ const sal_uInt16 SidArray[] = {
SID_INC_INDENT,
SID_PARASPACE_INCREASE,
SID_PARASPACE_DECREASE,
+ SID_SCALE,
SID_STATUS_PAGE,
SID_STATUS_LAYOUT,
- SID_SCALE,
SID_EXPAND_PAGE,
SID_SUMMARY_PAGE,
0 };