diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 02:49:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 02:49:07 +0000 |
commit | 31e6bae20d0a138afee1d01fc89bd9096eb2c9d3 (patch) | |
tree | 7395100bc6bbcbf96cc54ba400d3632f0ebe5cd5 | |
parent | 37c0cdc45cdf67c1165a7364e990fd282f30d443 (diff) |
INTEGRATION: CWS warnings01 (1.12.14); FILE MERGED
2005/09/23 00:06:11 sb 1.12.14.2: RESYNC: (1.12-1.13); FILE MERGED
2005/09/05 12:26:08 sb 1.12.14.1: #i53898# Made code warning-free.
-rw-r--r-- | idlc/source/idlcmain.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/idlc/source/idlcmain.cxx b/idlc/source/idlcmain.cxx index 2c22fd07380f..7a71928fff64 100644 --- a/idlc/source/idlcmain.cxx +++ b/idlc/source/idlcmain.cxx @@ -4,9 +4,9 @@ * * $RCSfile: idlcmain.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:11:51 $ + * last change: $Author: hr $ $Date: 2006-06-20 03:49:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -139,6 +139,5 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) options.getProgramName().getStr(), options.prepareVersion().getStr()); } - exit(nErrors); - return 0; + return nErrors; } |