sd/source/ui/func/fuoltext.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7e8be84f54fb10d5ba97c64009403c79c3976393
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Aug 17 16:35:46 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed Aug 17 20:36:00 2022 +0200

    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 <caol...@redhat.com>

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

Reply via email to