summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-06-12 20:29:06 +0200
committerMathias Bauer <mba@openoffice.org>2010-06-12 20:29:06 +0200
commitcd24cd260c8112aa71f657b2de8381cc8f1e8c8e (patch)
tree7a901a2901b3bac6d3a2ff8fc61938959d06c7ea /officecfg
parent8f8d21a2abb823d2bf44aa4b17bd9b238b0b55dc (diff)
CWS mba33issues01: put code to load libraries on demand into class SvLibrary
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Paths.xcu8
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>