summaryrefslogtreecommitdiff
path: root/idlc/source/idlcmain.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:49:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:49:07 +0000
commit31e6bae20d0a138afee1d01fc89bd9096eb2c9d3 (patch)
tree7395100bc6bbcbf96cc54ba400d3632f0ebe5cd5 /idlc/source/idlcmain.cxx
parent37c0cdc45cdf67c1165a7364e990fd282f30d443 (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.
Diffstat (limited to 'idlc/source/idlcmain.cxx')
-rw-r--r--idlc/source/idlcmain.cxx7
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;
}