summaryrefslogtreecommitdiff
path: root/io/test/testconnection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/test/testconnection.cxx')
-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")) ) );
-05-03 12:53:48 +0200'>2012-05-03Makefile: clean should rm $SOLARVER (see f33ba93b)Michael Stahl 2012-05-01rework callcatcher makefile to build subsequentcheck testsCaolán McNamara 2012-05-01Matrix3d::* belongs to some external libCaolán McNamara 2012-04-30export GMAKE_OPTIONS for use in build.plDavid Tardon 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-04-27Makefile: "deliver -delete" on module.cleanMichael Stahl 2012-04-26fdo#39643: Remove --disable-strip-solver configure optionDavid Ostrovsky 2012-04-25build to tail_build with partial build in tail_buildBjoern Michaelsen