diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-06-03 17:43:42 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-06-03 17:43:42 +0200 |
commit | 6dc444cb7e86714ff5d1f15603308fa703239f8e (patch) | |
tree | 5f56c611919a628d2bb6cacbae9c862ec369853d /l10ntools | |
parent | a0b831d14d6b009159782f975f1395f0773e15f2 (diff) |
l10ntooling17: temp. disable the parser
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/localize.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index 9f6887f88246..2bbec4257c76 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -66,7 +66,7 @@ const char *ExeTable[][5] = { { "xcs", "cfgex", "-UTF8 -e -f", "negative", "iso" }, { "xrm", "xrmex", "-UTF8 -e", "negative", "iso" }, { "xhp", "helpex", " -e", "negative", "noiso" }, - { "properties", "jpropex", " -e", "negative", "noiso" }, + //{ "properties", "jpropex", " -e", "negative", "noiso" }, { "NULL", "NULL", "NULL", "NULL", "NULL" } }; |