officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 504a227998baead6a8c304daed9bf7d234791fee Author: Szymon KÅos <[email protected]> Date: Tue Jul 14 16:02:02 2015 +0200 FilePickerLastService as a string, not string-list Change-Id: I7c379e797250be2f61791f5f3260d23ad24d26b3 diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index d3581d5..4c2e16f 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5790,7 +5790,7 @@ <desc>List of names of the places the user bookmarked in the file picker dialog.</desc> </info> </prop> - <prop oor:name="FilePickerLastService" oor:type="oor:string-list" oor:nillable="false"> + <prop oor:name="FilePickerLastService" oor:type="xs:string" oor:nillable="false"> <info> <desc>URL of the last used service in the remote file picker.</desc> </info>
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
