diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-07-13 17:42:44 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-07-13 17:42:44 +0200 |
commit | cd9c760cfb830cdc991ae5d2c8bee15a6166f496 (patch) | |
tree | ef878fd130d7388988c11e0b7b9c6babff66b660 /l10ntools/source | |
parent | 85ce1d366eb685c655fc5f7ec2d45fbc05aad722 (diff) |
txtl10n: #113125# Support of help tree files in the L10N process
Diffstat (limited to 'l10ntools/source')
-rw-r--r-- | l10ntools/source/localize.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index 8e2fbee2bc85..420fa3a8d484 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -53,9 +53,7 @@ namespace transex3 const char *ExeTable[][5] = { { "src", "transex3", " -UTF8 -e", "negative", "noiso" }, { "hrc", "transex3", " -UTF8 -e", "positive", "noiso" }, - //{ "src", "transex3", "-UTF8 -e", "negative", "noiso" }, - //{ "hrc", "transex3", "-UTF8 -e", "positive", "noiso" }, - + { "xht", "xhtex", "", "negative", "noiso" }, { "xtx", "xtxex", "", "negative", "noiso" }, { "ulf", "ulfex", " -e", "negative", "noiso" }, { "xrb", "xmlex", "-UTF8 -e", "negative", "iso" }, |