diff options
author | Martin Richard <martius@martiusweb.net> | 2012-01-31 00:44:34 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-04-02 18:30:39 +0200 |
commit | 5e301969bf1c8818b5c737757363c31584823485 (patch) | |
tree | 49afc9db14a2ebd38f177f90224ae8c221bace1a /officecfg/registry | |
parent | 149650b087ab5b15ef23e4ac6af5368b2820af1e (diff) |
fpicker: a list of bookmarks in the file picker
under dual licences MPLv1+/LGPLv3+
Authors:
Martin Richard <martius@martiusweb.net>
Julien Levesy <jlevesy@gmail.com>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 3 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 7ea1461e5905..46554ba5020c 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -590,6 +590,9 @@ <value oor:external= "com.sun.star.configuration.backend.GconfBackend SymbolSet"/> </prop> + <prop oor:name="FilePickerPlaces"> + <value/> + </prop> </node> <node oor:name="Save"> <node oor:name="Document"> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 483fc2d3aa7a..d86f89f3e814 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6755,6 +6755,11 @@ </info> <value>true</value> </prop> + <prop oor:name="FilePickerPlaces" oor:type="oor:string-list" oor:nillable="false"> + <info> + <desc>List of the places the user bookmarked in the file picker dialog.</desc> + </info> + </prop> </group> <group oor:name="Forms"> <info> |