summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files/patch-sal::workben::getlocaleinfotest.cxx
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-10 22:48:22 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-10 22:48:22 +0000
commit6149dd0b07e5f4e861f7108fe796aa13ed82c2ed (patch)
tree9120512db4722eec08d8c45133bf41d8cd2f0411 /editors/openoffice.org-2.0/files/patch-sal::workben::getlocaleinfotest.cxx
parentAddrLen is socklen_t, not int (diff)
Remove _cdecl before main()
Notes
Notes: svn path=/head/; revision=55834
Diffstat (limited to 'editors/openoffice.org-2.0/files/patch-sal::workben::getlocaleinfotest.cxx')
-rw-r--r--editors/openoffice.org-2.0/files/patch-sal::workben::getlocaleinfotest.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice.org-2.0/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice.org-2.0/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 <osl/nlsupport.h>
+ #include <rtl/ustring.hxx>
+
+-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" );