From 2c096cb5b0154a94b7c8a59d1e7c7943ac699910 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 12 Oct 2013 19:21:40 +0300 Subject: cdecl is the default anyway Change-Id: Iee47fbc9ea43be2af2712efe15df3d7936277cf7 --- idl/source/prj/svidl.cxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/idl/source/prj/svidl.cxx b/idl/source/prj/svidl.cxx index 4db3d364f0e3..b9dc81e70190 100644 --- a/idl/source/prj/svidl.cxx +++ b/idl/source/prj/svidl.cxx @@ -103,14 +103,8 @@ inline OUString tempFileHelper(OUString const & fname) return aTmpFile; } -#if defined( UNX ) || defined (__MINGW32__) int main ( int argc, char ** argv) { -#else -int cdecl main ( int argc, char ** argv) -{ -#endif - OUString aTmpListFile; OUString aTmpSlotMapFile; OUString aTmpSfxItemFile; -- cgit