summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-12 19:21:40 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-12 19:21:40 +0300
commit2c096cb5b0154a94b7c8a59d1e7c7943ac699910 (patch)
treeae66d920694edd59298812e0eee9a513e4a41c3f
parentSimplify (diff)
downloadcore-2c096cb5b0154a94b7c8a59d1e7c7943ac699910.tar.gz
core-2c096cb5b0154a94b7c8a59d1e7c7943ac699910.zip
cdecl is the default anyway
Change-Id: Iee47fbc9ea43be2af2712efe15df3d7936277cf7
-rw-r--r--idl/source/prj/svidl.cxx6
1 files changed, 0 insertions, 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;