summaryrefslogtreecommitdiff
path: root/officecfg/registry
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-03-27 18:01:07 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-04-02 18:30:39 +0200
commit9d499f5f9edd01cf5c4dbb2bc7625b3c5d10757a (patch)
treecd5db4ae3b52628ee9ad83dc6e9345b61b49f911 /officecfg/registry
parent5e301969bf1c8818b5c737757363c31584823485 (diff)
Internal fpicker cleanup and rework
Changes: * Use SvHeaderTabListBox for the places list to get a nicer list * Remove the "Default Directory" button: it's in the places * Remove the Up and New Folder icons: look ugly beside the edit field * Added proper icons for places
Diffstat (limited to 'officecfg/registry')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Common.xcu5
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs9
2 files changed, 11 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index 46554ba5020c..ad1b88fe5c17 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -590,7 +590,10 @@
<value oor:external=
"com.sun.star.configuration.backend.GconfBackend SymbolSet"/>
</prop>
- <prop oor:name="FilePickerPlaces">
+ <prop oor:name="FilePickerPlacesUrls">
+ <value/>
+ </prop>
+ <prop oor:name="FilePickerPlacesNames">
<value/>
</prop>
</node>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index d86f89f3e814..d2ce68161894 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -6755,9 +6755,14 @@
</info>
<value>true</value>
</prop>
- <prop oor:name="FilePickerPlaces" oor:type="oor:string-list" oor:nillable="false">
+ <prop oor:name="FilePickerPlacesUrls" oor:type="oor:string-list" oor:nillable="false">
<info>
- <desc>List of the places the user bookmarked in the file picker dialog.</desc>
+ <desc>List of URLs of the places the user bookmarked in the file picker dialog.</desc>
+ </info>
+ </prop>
+ <prop oor:name="FilePickerPlacesNames" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>List of names of the places the user bookmarked in the file picker dialog.</desc>
</info>
</prop>
</group>