[Libreoffice-commits] core.git: Branch 'feature/gsoc15-open-remote-files-dialog' - officecfg/registry

Szymon Kłos eszkadev at gmail.com
Tue Jul 14 07:03:48 PDT 2015


 officecfg/registry/schema/org/openoffice/Office/Common.xcs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 504a227998baead6a8c304daed9bf7d234791fee
Author: Szymon Kłos <eszkadev at gmail.com>
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>


More information about the Libreoffice-commits mailing list