summaryrefslogtreecommitdiff
path: root/l10ntools/source/helpex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/helpex.cxx')
-rw-r--r--l10ntools/source/helpex.cxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/l10ntools/source/helpex.cxx b/l10ntools/source/helpex.cxx
index b6a019934fa9..20b5e3f380b9 100644
--- a/l10ntools/source/helpex.cxx
+++ b/l10ntools/source/helpex.cxx
@@ -44,9 +44,8 @@
#define STATE_ERRORLOG 0x0007
#define STATE_BREAKHELP 0x0008
#define STATE_UNMERGE 0x0009
-#define STATE_UTF8 0x000A
-#define STATE_LANGUAGES 0x000B
-#define STATE_FORCE_LANGUAGES 0x000C
+#define STATE_LANGUAGES 0x000A
+#define STATE_FORCE_LANGUAGES 0x000B
#define STATE_OUTPUTX 0xfe
#define STATE_OUTPUTY 0xff
@@ -110,14 +109,6 @@ sal_Bool ParseCommandLine( int argc, char* argv[])
nState = STATE_ERRORLOG;
bErrorLog = sal_False;
}
- else if ( ByteString( argv[ i ]).ToUpperAscii() == "-UTF8" ) {
- nState = STATE_UTF8;
- bUTF8 = sal_True;
- }
- else if ( ByteString( argv[ i ]).ToUpperAscii() == "-NOUTF8" ) {
- nState = STATE_UTF8;
- bUTF8 = sal_False;
- }
else if ( ByteString( argv[ i ]).ToUpperAscii() == "-L" ) {
nState = STATE_LANGUAGES;
}