From 6149dd0b07e5f4e861f7108fe796aa13ed82c2ed Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Sun, 10 Mar 2002 22:48:22 +0000 Subject: Remove _cdecl before main() --- .../files/patch-sal::workben::getlocaleinfotest.cxx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/openoffice-1.1/files/patch-sal::workben::getlocaleinfotest.cxx (limited to 'editors/openoffice-1.1') diff --git a/editors/openoffice-1.1/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice-1.1/files/patch-sal::workben::getlocaleinfotest.cxx new file mode 100644 index 000000000000..ef5bf2488496 --- /dev/null +++ b/editors/openoffice-1.1/files/patch-sal::workben::getlocaleinfotest.cxx @@ -0,0 +1,11 @@ +--- ../sal/workben/getlocaleinfotest.cxx Sun Mar 10 23:42:26 2002 ++++ ../sal/workben/getlocaleinfotest.cxx Sun Mar 10 23:42:45 2002 +@@ -63,7 +63,7 @@ + #include + #include + +-int _cdecl main( int argc, char * argv[] ) ++int main( int argc, char * argv[] ) + { + rtl::OUString lang = rtl::OUString::createFromAscii( "de" ); + rtl::OUString country = rtl::OUString::createFromAscii( "DE" ); -- cgit v1.2.3