diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-03-04 00:36:53 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-03-07 18:34:57 +0000 |
commit | a9b8fe5e967e9ec78c3c7793d8df60bfbf20d2b6 (patch) | |
tree | d4d7f04e76691cd7d40c3dfa3914f74de6dac45f /officecfg | |
parent | 4f40cd8b9dbad0769519bc02f60faa683e344334 (diff) |
tdf#62437 Hide OneDrive and Alfresco Cloud until they are functional
Change-Id: I0a1426f81e5ece30c4ca416716b5ada2d53a0412
Reviewed-on: https://gerrit.libreoffice.org/22881
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Reviewed-by: Yousuf Philips <philipz85@hotmail.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 7cf3e975e6dd..344117259647 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> |