diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-13 18:00:05 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-13 18:00:05 +0000 |
commit | 0c9dc9fbbfd69f4b7a77dc670c74520a14da19ed (patch) | |
tree | f56a4ef63d25524e5ce0f83472070cdf6c51332e /stoc | |
parent | eea55dcf1ccf4f67b1fc04cf112ca2193fce6647 (diff) |
INTEGRATION: CWS cd02 (1.14.40); FILE MERGED
2004/11/15 17:29:01 dbo 1.14.40.1: #i24030# general cleanup to make buildable again
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/testcorefl.cxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/stoc/test/testcorefl.cxx b/stoc/test/testcorefl.cxx index 32a9c1b44554..01fd6e2f9c52 100644 --- a/stoc/test/testcorefl.cxx +++ b/stoc/test/testcorefl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testcorefl.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: kz $ $Date: 2004-03-25 14:49:54 $ + * last change: $Author: kz $ $Date: 2005-01-13 19:00:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,7 @@ * ************************************************************************/ +#include <sal/main.h> #include <osl/diagnose.h> #if OSL_DEBUG_LEVEL > 0 @@ -395,11 +396,7 @@ static sal_Bool test_corefl( const Reference< XIdlReflection > & xRefl ) return sal_True; } -#if (defined UNX) || (defined OS2) -int main( int argc, char * argv[] ) -#else -int __cdecl main( int argc, char * argv[] ) -#endif +SAL_IMPLEMENT_MAIN() { sal_Bool bSucc = sal_False; try |