[Libreoffice-commits] .: l10ntools/source
Andras Timar
timar at kemper.freedesktop.org
Sat Mar 26 08:03:05 PDT 2011
l10ntools/source/localize.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f8add41c9c7ed10859e8adc76e12eb98cd45b21d
Author: Andras Timar <timar at fsf.hu>
Date: Sat Mar 26 16:02:03 2011 +0100
disable jpropex (currently unused and requires Java)
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index 26d1a75..7696458 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -65,7 +65,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" },
+// unused { "properties", "jpropex", " -e", "negative", "noiso" },
{ "NULL", "NULL", "NULL", "NULL", "NULL" }
};
More information about the Libreoffice-commits
mailing list