From b9f14a057f53569b140d194a14941ef3d25c87b0 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 31 Jul 2011 15:27:22 +0200 Subject: XML config schema files do not contain strings for localization --- l10ntools/source/localize.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'l10ntools') diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index da5e302b5fce..d30d08185531 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -58,7 +58,6 @@ const char *ExeTable[][5] = { { "ulf", "ulfex", " -e", "negative", "noiso" }, { "xcd", "cfgex", "-UTF8 -e", "negative", "iso" }, { "xcu", "cfgex", "-UTF8 -e", "negative", "iso" }, - { "xcs", "cfgex", "-UTF8 -e -f", "negative", "iso" }, { "xrm", "xrmex", "-UTF8 -e", "negative", "iso" }, { "xhp", "helpex", " -e", "negative", "noiso" }, { "NULL", "NULL", "NULL", "NULL", "NULL" } -- cgit