summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2020-12-10 13:09:36 +0100
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2020-12-14 10:29:04 +0100
commit807e31d4cacaa38ff71e322aba9c485d6e22daff (patch)
tree5a509fbdfae3fa004bc6ff35b42615f84a68e1b3 /sfx2
parentdbe467b6c268eb10bb4dbc8d6ebeeec310a0586b (diff)
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@youmail.dk> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/sdi/sfx.sdi6
1 files changed, 3 insertions, 3 deletions
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;
]