summaryrefslogtreecommitdiff
path: root/connectivity/workben/testmoz/main.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-12 17:17:02 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-12 18:29:50 +0300
commitac057ce23d57aa81dbd44852682abaaf5f5510a1 (patch)
tree783494797d8f0c1f51f1344872320596705664bd /connectivity/workben/testmoz/main.cxx
parent0eeda14bde6e5977a0bdc3d64841e035cd6d3741 (diff)
Bin bogus use of UNX (in not compiled test code)
Change-Id: Idef7344e215e9b58e1449fbf71f8a64d0000f8c3
Diffstat (limited to 'connectivity/workben/testmoz/main.cxx')
-rw-r--r--connectivity/workben/testmoz/main.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/connectivity/workben/testmoz/main.cxx b/connectivity/workben/testmoz/main.cxx
index 87d6854200f3..c3dac39212ff 100644
--- a/connectivity/workben/testmoz/main.cxx
+++ b/connectivity/workben/testmoz/main.cxx
@@ -606,12 +606,8 @@ void menuMain()
PRINTSTR("4 Open OE Address Book\n")
PRINTSTR("Please Input your choice:")
}
-#if (defined UNX)
-int main( int argc, char * argv[] )
-#else
-int _cdecl main( int argc, char * argv[] )
-#endif
+int main( int argc, char * argv[] )
{
Reference< XMultiServiceFactory > xMgr = InitializeFac();
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> m_xConnection;