summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-07-16 14:44:32 +0100
committerCaolán McNamara <cmc@openoffice.org>2010-07-16 14:44:32 +0100
commit2fdbe093bbc806002fa0fa1b9c6eb124939c433e (patch)
treebdb086157244a5bf01f8cb6d3d609ea0e6ca46d3 /officecfg
parentac14f52fbfc33dc2fd8e0cdc2d51282aca15df34 (diff)
cmcfixes77: #i80021# system libtextcat
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Paths.xcu4
-rw-r--r--officecfg/registry/data/org/openoffice/Office/makefile.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Paths.xcu b/officecfg/registry/data/org/openoffice/Office/Paths.xcu
index d3fc01869793..37eebe5c2a22 100644
--- a/officecfg/registry/data/org/openoffice/Office/Paths.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Paths.xcu
@@ -169,8 +169,8 @@
<node oor:name="Fingerprint" oor:op="fuse" oor:mandatory="true">
<node oor:name="InternalPaths">
- <node install:module="internallibtextcat" oor:name="$(insturl)/share/fingerprint" oor:op="fuse"/>
- <node install:module="externallibtextcat" oor:name="${LIBTEXTCAT_SYSTEM_DIR}" oor:op="fuse"/>
+ <node install:module="internallibtextcatdata" oor:name="$(insturl)/share/fingerprint" oor:op="fuse"/>
+ <node install:module="externallibtextcatdata" oor:name="${SYSTEM_LIBTEXTCAT_DATA}" oor:op="fuse"/>
</node>
</node>
diff --git a/officecfg/registry/data/org/openoffice/Office/makefile.mk b/officecfg/registry/data/org/openoffice/Office/makefile.mk
index 167f3d5bc144..2af1e8629bd9 100644
--- a/officecfg/registry/data/org/openoffice/Office/makefile.mk
+++ b/officecfg/registry/data/org/openoffice/Office/makefile.mk
@@ -87,8 +87,8 @@ MODULEFILES= \
Paths-macosx.xcu \
Paths-unxwnt.xcu \
Paths-unixdesktop.xcu \
- Paths-internallibtextcat.xcu \
- Paths-externallibtextcat.xcu \
+ Paths-internallibtextcatdata.xcu \
+ Paths-externallibtextcatdata.xcu \
Writer-cjk.xcu \
Impress-ogltrans.xcu \
Embedding-calc.xcu \