[Libreoffice-commits] core.git: sfx2/sdi
Seth Chaiklin (via logerrit)
logerrit at kemper.freedesktop.org
Mon Dec 14 09:29:44 UTC 2020
sfx2/sdi/sfx.sdi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 807e31d4cacaa38ff71e322aba9c485d6e22daff
Author: Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Thu Dec 10 13:09:36 2020 +0100
Commit: Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Mon Dec 14 10:29:04 2020 +0100
tdf#138621 Hide the .uno:TemplateManager from customization
Change-Id: I3c166a8e18f94d62562599a5218d302a1833d2ff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107490
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco at youmail.dk>
Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
index 5d71e6e5de3d..40bf3e93b424 100644
--- a/sfx2/sdi/sfx.sdi
+++ b/sfx2/sdi/sfx.sdi
@@ -2993,9 +2993,9 @@ SfxVoidItem TemplateManager SID_TEMPLATE_MANAGER
RecordPerSet;
Asynchron;
- AccelConfig = TRUE,
- MenuConfig = TRUE,
- ToolBoxConfig = TRUE,
+ AccelConfig = FALSE,
+ MenuConfig = FALSE,
+ ToolBoxConfig = FALSE,
GroupId = SfxGroupId::Application;
]
More information about the Libreoffice-commits
mailing list