diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-07-14 16:02:02 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-07-16 09:53:56 +0200 |
commit | f587314d8d03cc6ac6e112955b401f098e231223 (patch) | |
tree | ae859a47caf56b731dbc1042ed0bddcd85b33ef9 /officecfg/registry | |
parent | 84d266fa838a3df1cedbcde5ab98c8a8b23f6b48 (diff) |
FilePickerLastService as a string, not string-list
Change-Id: I7c379e797250be2f61791f5f3260d23ad24d26b3
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 5109e663590c..220a9896b6cf 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5828,7 +5828,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> |