From 6dc444cb7e86714ff5d1f15603308fa703239f8e Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 3 Jun 2010 17:43:42 +0200 Subject: [PATCH] l10ntooling17: temp. disable the parser --- l10ntools/source/localize.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } };