diff options
author | Jan Holesovsky <kendy@collabora.com> | 2016-03-24 17:05:24 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-04-05 06:41:53 +0000 |
commit | 9baa30bcabb7259c3497db6fa774de2a588ae017 (patch) | |
tree | 119459df0d00dd758a96dcc6661d5a7d9d0993dd /officecfg | |
parent | c326d9bb95b48c679bd3af4d044569d3ed47137b (diff) |
Disable gdrive/OneDrive/Alfresco cloud based on whether they are compiled in.
Change-Id: I81bde1f85489ede4b8c826389146ad0990d6abb6
Reviewed-on: https://gerrit.libreoffice.org/23496
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 344117259647..7cf3e975e6dd 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -561,8 +561,8 @@ <prop oor:name="CmisServersUrls"> <value> <it>https://www.googleapis.com/drive/v2</it> - <!-- <it>https://apis.live.net/v5.0</it> - <it>https://api.alfresco.com/cmis/versions/1.0/atom/</it> --> + <it>https://apis.live.net/v5.0</it> + <it>https://api.alfresco.com/cmis/versions/1.0/atom/</it> <it></it> <it>http://<host:port>/alfresco/cmisatom</it> <it>http://<host>/p8cmis/wsdl</it> @@ -580,8 +580,8 @@ <prop oor:name="CmisServersNames"> <value> <it>Google Drive</it> - <!-- <it>OneDrive</it> - <it>Alfresco Cloud</it> --> + <it>OneDrive</it> + <it>Alfresco Cloud</it> <it>--------------------</it> <it>Alfresco 4</it> <it>IBM FileNet P8</it> |