diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-06-12 20:29:06 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-06-12 20:29:06 +0200 |
commit | cd24cd260c8112aa71f657b2de8381cc8f1e8c8e (patch) | |
tree | 7a901a2901b3bac6d3a2ff8fc61938959d06c7ea | |
parent | 8f8d21a2abb823d2bf44aa4b17bd9b238b0b55dc (diff) |
CWS mba33issues01: put code to load libraries on demand into class SvLibrary
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Paths.xcu | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Paths.xcu b/officecfg/registry/data/org/openoffice/Office/Paths.xcu index a7ecd0e224e8..91a26137b24d 100644 --- a/officecfg/registry/data/org/openoffice/Office/Paths.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Paths.xcu @@ -98,7 +98,13 @@ </node> </node> - <node oor:name="Gallery" oor:op="fuse" oor:mandatory="true"> + <node oor:name="Libraries" oor:op="fuse" oor:mandatory="true"> + <node oor:name="InternalPaths"> + <node oor:name="$(progpath)/libraries" oor:op="fuse" /> + </node> + </node> + + <node oor:name="Gallery" oor:op="fuse" oor:mandatory="true"> <node oor:name="InternalPaths"> <node oor:name="$(insturl)/share/gallery" oor:op="fuse" /> </node> |