summaryrefslogtreecommitdiff
path: root/l10ntools/source/lngex.cxx
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-09-20 10:22:08 +0200
committerAndras Timar <atimar@suse.com>2011-09-20 10:23:32 +0200
commite0dc7d906b3bcd505c1c256f630fed774c5e5424 (patch)
tree51be33ce66c9d44b442f9332de239f38ce1045a8 /l10ntools/source/lngex.cxx
parent1536203ed26199b340a04e8f0a30c6a904ba8d1d (diff)
remove obsolete command line switches -UTF8 and -NOUTF8
Diffstat (limited to 'l10ntools/source/lngex.cxx')
-rw-r--r--l10ntools/source/lngex.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/l10ntools/source/lngex.cxx b/l10ntools/source/lngex.cxx
index f9c286f43b25..1f70e20a3749 100644
--- a/l10ntools/source/lngex.cxx
+++ b/l10ntools/source/lngex.cxx
@@ -43,9 +43,8 @@
#define STATE_ERRORLOG 0x0007
#define STATE_BREAKHELP 0x0008
#define STATE_UNMERGE 0x0009
-#define STATE_UTF8 0x000A
-#define STATE_ULF 0x000B
-#define STATE_LANGUAGES 0x000C
+#define STATE_ULF 0x000A
+#define STATE_LANGUAGES 0x000B
// set of global variables
ByteString sInputFile;
@@ -98,10 +97,6 @@ sal_Bool ParseCommandLine( int argc, char* argv[])
nState = STATE_ERRORLOG;
bErrorLog = sal_False;
}
- else if ( sSwitch == "-UTF8" ) {
- nState = STATE_UTF8;
- bUTF8 = sal_True;
- }
else if ( sSwitch == "-L" ) {
nState = STATE_LANGUAGES;
}