diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-07-07 15:30:32 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-07-07 15:30:32 +0200 |
commit | bb7dd792818f8404d6e756505469d17350eebd83 (patch) | |
tree | ef5f136f5510edef511006fb8b713ce0b9ac45dc /l10ntools/source/cfglex.l | |
parent | 068a5d9293e092cbe73d8a707e4f45a623d99ccc (diff) |
txtl10n: remove some noisy output / code cleanup
Diffstat (limited to 'l10ntools/source/cfglex.l')
-rw-r--r-- | l10ntools/source/cfglex.l | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/l10ntools/source/cfglex.l b/l10ntools/source/cfglex.l index cc92632620be..d1b076d493b9 100644 --- a/l10ntools/source/cfglex.l +++ b/l10ntools/source/cfglex.l @@ -169,10 +169,6 @@ main( int argc, char* argv[]) FILE *pFile; pOutput = GetOutputFile( argc, argv ); - if( !isQuiet() ){ - fprintf( stdout, "\nCfgEx 0.9 Copyright 2000, 2010 Oracle and/or its affiliates. All Rights Reserved.\n" ); - fprintf( stdout, "===================================================================================\n" ); - } if ( !pOutput ) { fprintf( stdout, "Syntax: CFGEX[-p Prj][-r PrjRoot]-i FileIn [-o FileOut][-m DataBase][-e][-b][-u][-f][-d DoneFile][-g[:dtd] ][-L l1,l2,...]\n" ); @@ -213,20 +209,10 @@ main( int argc, char* argv[]) nRetValue = GetError(); EndCfgExport(); - if( !isQuiet() ){ - fprintf( stdout, "\n===================================\n\n" ); - } removeTempFile(); /* return error level */ return nRetValue; } -/*"<!--"[^"-->"]*"-->" { - bText = 0; - WorkOnTokenSet( COMMEND, yytext ); -}*/ -/*"<!"[^\-].*\> { - bText = 0; - WorkOnTokenSet( CFG_TAG, yytext ); -}*/ + |