summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2002-06-03 13:52:22 +0000
committerNils Fuhrmann <nf@openoffice.org>2002-06-03 13:52:22 +0000
commitbc2daa1c345f47ce49145d7324760301f5f8777e (patch)
treeea6661d16166972c74cd06c9bd40c03138bd7854 /transex3
parent50b1d2a8fc1eddf7f6434d9b342b92c9c549afc8 (diff)
#98120#: Support for new configuration format *.xcu
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/localize.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/transex3/source/localize.cxx b/transex3/source/localize.cxx
index 81a0d6f55fd0..311cc5dcc393 100644
--- a/transex3/source/localize.cxx
+++ b/transex3/source/localize.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: localize.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: nf $ $Date: 2002-04-30 13:55:58 $
+ * last change: $Author: nf $ $Date: 2002-06-03 14:52:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,6 +79,7 @@ const char *ExeTable[][5] = {
{ "xxl", "xmlex", "-UTF8 -e", "negative", "iso" },
{ "xgf", "xmlex", "-UTF8 -e -t:xgf", "negative", "iso" },
{ "xcd", "cfgex", "-UTF8 -e", "negative", "iso" },
+ { "xcu", "cfgex", "-UTF8 -e", "negative", "iso" },
{ "xrm", "xrmex", "-UTF8 -e", "negative", "iso" },
{ "NULL", "NULL", "NULL", "NULL", "NULL" }
};
@@ -87,6 +88,8 @@ const char *NegativeList[] = {
"officecfg/data/org.openoffice.Office.Labels.xcd",
"officecfg/data/org/openoffice/Office/Labels.xcd",
"officecfg/data/org/openoffice/Office/SFX.xcd",
+ "officecfg/registry/data/org/openoffice/Office/Labels.xcu",
+ "officecfg/registry/data/org/openoffice/Office/SFX.xcu",
"hidother.src",
"NULL"
};