summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2015-06-02 11:13:44 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-04 19:38:16 +0000
commite069404a5382ac0095f64a824ef8dc0a9eae260d (patch)
tree6197db64f53c1f2fdf476368f085c86833a93182 /scp2
parent72bd4796b29cab3e818289af520beca1ae100ede (diff)
Build time option --disable-extension-update
to disable the possibility to update installed extensions Change-Id: Ifdee0f3b13ee3e2bcb288c8ded98cb9805a6e55a Reviewed-on: https://gerrit.libreoffice.org/16059 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/common_brand.scp6
1 files changed, 5 insertions, 1 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index e850714cecc6..2e967c7ce8c1 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -947,7 +947,11 @@ ProfileItem gid_Brand_Profileitem_Version_Extensionupdateurl
Section = "Version";
Order = 18;
Key = "ExtensionUpdateURL";
- Value = "http://updateexte.libreoffice.org/ExtensionUpdateService/check.Update";
+ #if defined(ENABLE_EXTENSION_UPDATE)
+ Value = "http://updateexte.libreoffice.org/ExtensionUpdateService/check.Update";
+ #else
+ Value = "";
+ #endif
End
ProfileItem gid_Brand_Profileitem_Version_ReferenceOOoMajorMinor