diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-06-02 11:13:44 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-06-03 15:22:11 +0200 |
commit | 793db97a7cd4ca93b7106deb95f55e451679b189 (patch) | |
tree | 3383b6351837fa06bc3da4c51ede24045a2fc00c /scp2 | |
parent | c61065b262051e510ab5229a8f10efc10962137f (diff) |
Build time option --disable-extension-update
to disable the possibility to update installed extensions
Change-Id: Ifdee0f3b13ee3e2bcb288c8ded98cb9805a6e55a
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 6 |
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 |