From d5124274aee27258649e43f3e9ba9c31b6bb4ff0 Mon Sep 17 00:00:00 2001 From: Christina Rossmanith Date: Thu, 26 May 2011 16:52:36 +0200 Subject: __cdecl -> SAL_CALL --- io/test/testconnection.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'io/test') diff --git a/io/test/testconnection.cxx b/io/test/testconnection.cxx index b4818c16f770..b61b2b0236e2 100644 --- a/io/test/testconnection.cxx +++ b/io/test/testconnection.cxx @@ -179,11 +179,7 @@ void testConnection( const OUString &sConnectionDescription , } -#if (defined UNX) -int main( int argc, char * argv[] ) -#else -int __cdecl main( int argc, char * argv[] ) -#endif +int SAL_CALL main( int argc, char * argv[] ) { Reference< XMultiServiceFactory > xMgr( createRegistryServiceFactory( OUString( RTL_CONSTASCII_USTRINGPARAM("applicat.rdb")) ) ); -- cgit