From 31e6bae20d0a138afee1d01fc89bd9096eb2c9d3 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 20 Jun 2006 02:49:07 +0000
Subject: 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.
---
idlc/source/idlcmain.cxx | 7 +++----
1 file 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;
}
--
cgit