aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-03-11 06:48:22 +0800
committermbr <mbr@FreeBSD.org>2002-03-11 06:48:22 +0800
commit1b848548919cf680e738463351324f883d1a80f7 (patch)
treee94fc2ef17556f9784b192b1a2a333728b64d280 /editors
parent3a53c53e45164857fac316f90d71ef6734d957d6 (diff)
downloadfreebsd-ports-gnome-1b848548919cf680e738463351324f883d1a80f7.tar.gz
freebsd-ports-gnome-1b848548919cf680e738463351324f883d1a80f7.tar.zst
freebsd-ports-gnome-1b848548919cf680e738463351324f883d1a80f7.zip
Remove _cdecl before main()
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.0/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice-1.1-devel/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice-1.1/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice-2.0-devel/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice-3-devel/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice-3/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice-devel/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice.org-1.0/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice.org-1.1/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice.org-2-RC/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice.org-2-devel/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice.org-2.0/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice.org-2/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice.org-3-RC/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice.org-3-devel/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice.org-3/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-sal::workben::getlocaleinfotest.cxx11
-rw-r--r--editors/openoffice/files/patch-sal::workben::getlocaleinfotest.cxx11
20 files changed, 220 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice-1.0/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice-1.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" );
diff --git a/editors/openoffice-1.1-devel/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice-1.1-devel/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice-1.1-devel/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" );
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 <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" );
diff --git a/editors/openoffice-2.0-devel/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice-2.0-devel/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice-2.0-devel/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" );
diff --git a/editors/openoffice-3-devel/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice-3-devel/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice-3-devel/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" );
diff --git a/editors/openoffice-3/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice-3/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice-3/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" );
diff --git a/editors/openoffice-devel/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice-devel/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice-devel/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" );
diff --git a/editors/openoffice.org-1.0/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice.org-1.0/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice.org-1.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" );
diff --git a/editors/openoffice.org-1.1-devel/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice.org-1.1-devel/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice.org-1.1-devel/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" );
diff --git a/editors/openoffice.org-1.1/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice.org-1.1/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice.org-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 <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" );
diff --git a/editors/openoffice.org-2-RC/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice.org-2-RC/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice.org-2-RC/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" );
diff --git a/editors/openoffice.org-2-devel/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice.org-2-devel/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice.org-2-devel/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" );
diff --git a/editors/openoffice.org-2.0-devel/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice.org-2.0-devel/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice.org-2.0-devel/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" );
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" );
diff --git a/editors/openoffice.org-2/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice.org-2/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice.org-2/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" );
diff --git a/editors/openoffice.org-3-RC/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice.org-3-RC/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice.org-3-RC/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" );
diff --git a/editors/openoffice.org-3-devel/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice.org-3-devel/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice.org-3-devel/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" );
diff --git a/editors/openoffice.org-3/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice.org-3/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice.org-3/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" );
diff --git a/editors/openoffice.org-vcltesttool/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice.org-vcltesttool/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice.org-vcltesttool/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" );
diff --git a/editors/openoffice/files/patch-sal::workben::getlocaleinfotest.cxx b/editors/openoffice/files/patch-sal::workben::getlocaleinfotest.cxx
new file mode 100644
index 000000000000..ef5bf2488496
--- /dev/null
+++ b/editors/openoffice/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" );