summaryrefslogtreecommitdiff
path: root/idlc/source/idlcmain.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-10-28 15:21:26 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-10-28 15:21:26 +0000
commit195364b0b5e9a28a20f17f406978917f3809298e (patch)
treef48f2cf74facf1f37c2043283ac68dc85ee23c00 /idlc/source/idlcmain.cxx
parent0b48739798523b4a71f94b03b962505495776eb4 (diff)
INTEGRATION: CWS valgrind02 (1.10.16); FILE MERGED
2004/10/11 17:27:48 mhu 1.10.16.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.
Diffstat (limited to 'idlc/source/idlcmain.cxx')
-rw-r--r--idlc/source/idlcmain.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/idlc/source/idlcmain.cxx b/idlc/source/idlcmain.cxx
index 74f5527f2751..5970dd31eb9c 100644
--- a/idlc/source/idlcmain.cxx
+++ b/idlc/source/idlcmain.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: idlcmain.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2004-05-18 13:40:57 $
+ * last change: $Author: rt $ $Date: 2004-10-28 16:21:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,10 +61,13 @@
#ifndef _IDLC_IDLC_HXX_
#include <idlc/idlc.hxx>
#endif
+#ifndef _SAL_MAIN_H_
+#include "sal/main.h"
+#endif
using namespace ::rtl;
-int SAL_CALL main( int argc, char** argv )
+SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
{
Options options;