sd/source/ui/func/fuoltext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit deda01eae394c5c4873f951fd2fb10e28290c699 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed Aug 17 16:35:46 2022 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Thu Aug 18 10:07:57 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/+/138419 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> 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 };