svx/sdi/svx.sdi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit abcd9bef28ed847435a7e676f4b364bb318bc1bf Author: Tomaž Vajngerl <[email protected]> AuthorDate: Fri Oct 17 09:52:39 2025 +0900 Commit: Miklos Vajna <[email protected]> CommitDate: Mon Oct 20 09:34:36 2025 +0200 tdf#164927 allow Theme dialog to be customized in menu/toolbar Change-Id: I157474d2ff0bc060d717e373f98eb50729b8645c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192564 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <[email protected]> (cherry picked from commit f1c96d118a29e4f406c88ca9202ec6b317c89df2) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192600 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 3360959b5667..1e15e8af585a 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -12674,10 +12674,10 @@ SfxVoidItem ThemeDialog SID_THEME_DIALOG RecordAbsolute = FALSE, RecordPerSet; - AccelConfig = FALSE, - MenuConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = SfxGroupId::Modify; + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Format; ] SfxBoolItem AccessibilityCheckOnline SID_ACCESSIBILITY_CHECK_ONLINE
