From 84d266fa838a3df1cedbcde5ab98c8a8b23f6b48 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Tue, 14 Jul 2015 13:10:53 +0200 Subject: RemoteFilesDialog: remember last used service Change-Id: I494b1d43d28d8e6c37ce9d391b37580be6a9be31 --- officecfg/registry/data/org/openoffice/Office/Common.xcu | 3 +++ officecfg/registry/data/org/openoffice/Setup.xcu | 1 + officecfg/registry/schema/org/openoffice/Office/Common.xcs | 5 +++++ 3 files changed, 9 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 63947223306f..8940778d566e 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -568,6 +568,9 @@ + + + https://www.googleapis.com/drive/v2 diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index 9b17125b66f1..2a77ab18b877 100644 --- a/officecfg/registry/data/org/openoffice/Setup.xcu +++ b/officecfg/registry/data/org/openoffice/Setup.xcu @@ -898,6 +898,7 @@ /org.openoffice.Office.Common/Misc/UseSystemPrintDialog /org.openoffice.Office.Common/Misc/FilePickerPlacesNames /org.openoffice.Office.Common/Misc/FilePickerPlacesUrls + /org.openoffice.Office.Common/Misc/FilePickerLastService /org.openoffice.Office.Common/ODF /org.openoffice.Office.Common/Passwords /org.openoffice.Office.Common/Path diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 87aa3ed01285..5109e663590c 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5828,6 +5828,11 @@ List of names of the places the user bookmarked in the file picker dialog. + + + URL of the last used service in the remote file picker. + + List of sample URLs of the CMIS servers in the place edition dialog. -- cgit