From f09be32d0fcb176527b41cedc37814d5ed7ccad5 Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Wed, 24 May 2017 16:08:36 +0300 Subject: tdf#36019: Dynamically enable/disable extension removal via GUI Now extension removal via the Extension Manager dialog can be dynamically enabled/disabled from the expert configurations. This doesn't affect the unopkg commands. Change-Id: I2b718d48977ca18cc3d808e98cf7804d4a47dcff Reviewed-on: https://gerrit.libreoffice.org/37990 Tested-by: Jenkins Reviewed-by: Muhammet Kara --- .../registry/schema/org/openoffice/Office/ExtensionManager.xcs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'officecfg/registry') diff --git a/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs b/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs index f600a39b7087..eaf840cd90e4 100644 --- a/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs @@ -58,6 +58,13 @@ false + + + Specifies whether to disable extension removal via the Extension Manager dialog. + + + false + -- cgit