summaryrefslogtreecommitdiff
path: root/l10ntools/source/lngex.cxx
diff options
context:
space:
mode:
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;
}