diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-06 14:24:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-07 15:39:22 +0100 |
commit | 29202a16d9f1934684c7d0978112849f2a21fe2f (patch) | |
tree | f72219d0804dd6ba45e0f1e5b02603be5ef5d5c3 /offapi/com | |
parent | 2c3bf6bfc244517a0134e320acaa1f720703d8f2 (diff) |
Resolves: tdf#89905 don't copy palettes from shared to user
make this a multi-path element with a shared read-only location
and a user read/write location and don't copy the presets, instead
just keep them in the shared location
Now an admin can copy extra palettes into the shared location
and they magically appear in the user deployments
Change-Id: I7585789c0c59941094f6128368df94b834d3c2a2
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/util/XPathSettings.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/offapi/com/sun/star/util/XPathSettings.idl b/offapi/com/sun/star/util/XPathSettings.idl index 5f202a369dd6..d54c12269299 100644 --- a/offapi/com/sun/star/util/XPathSettings.idl +++ b/offapi/com/sun/star/util/XPathSettings.idl @@ -89,7 +89,8 @@ published interface XPathSettings [attribute] string Module; /** This is the path to the palette files *.SOB to *.SOF containing - user-defined colors and patterns. */ + user-defined colors and patterns. The value can be more than + one path separated by a semicolon.*/ [attribute] string Palette; /** Plugins are saved in these directories. The value can be more than |