diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-05 11:55:42 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-05 11:55:42 +0000 |
commit | ee553cd00df8767c91ad157f002f5f77b21e81c8 (patch) | |
tree | cf547448664271cd1d5b7b3386a62e2bb1937fea /transex3 | |
parent | 416c8d8c4c21a487a07f0928db6d301d57ee0839 (diff) |
INTEGRATION: CWS l10ntooling10 (1.11.26); FILE MERGED
2008/01/04 13:11:03 ihi 1.11.26.1: #i84991# Fixed several nfs multi plattform build issues
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/source/helpex.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/transex3/source/helpex.cxx b/transex3/source/helpex.cxx index 2f3f000e6909..63d8c06b8356 100644 --- a/transex3/source/helpex.cxx +++ b/transex3/source/helpex.cxx @@ -4,9 +4,9 @@ * * $RCSfile: helpex.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2007-06-27 17:53:46 $ + * last change: $Author: ihi $ $Date: 2008-02-05 12:55:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -222,6 +222,7 @@ int _cdecl main( int argc, char *argv[] ) #endif /*****************************************************************************/ { + if ( !ParseCommandLine( argc, argv )) { Help(); return 1; |