summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorChristina Rossmanith <ChrRossmanith@web.de>2011-05-26 16:52:36 +0200
committerChristina Rossmanith <ChrRossmanith@web.de>2011-06-05 21:34:04 +0200
commitd5124274aee27258649e43f3e9ba9c31b6bb4ff0 (patch)
tree83b0ec807744789d47aa1e2b6cbd765fec8f3697 /io
parent2c3a8596672739e06fbad428dcde24223e308c57 (diff)
__cdecl -> SAL_CALL
Diffstat (limited to 'io')
-rw-r--r--io/test/testconnection.cxx6
1 files changed, 1 insertions, 5 deletions
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")) ) );