diff options
author | Christina Rossmanith <ChrRossmanith@web.de> | 2011-05-26 16:52:36 +0200 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-06-05 21:34:04 +0200 |
commit | b002b82925ac159d7baeb179022bd03675f08f00 (patch) | |
tree | f0ed28f39d35feb529cd2e14e7e1c05733c2bf59 /io | |
parent | 6ef75a4b1d6af87ca64f762903685bc4ef9caabf (diff) |
__cdecl -> SAL_CALL
Diffstat (limited to 'io')
-rw-r--r-- | io/test/testconnection.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/io/test/testconnection.cxx b/io/test/testconnection.cxx index 4fddf5fee..d44a4b23e 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")) ) ); |