diff options
author | maho <maho@FreeBSD.org> | 2004-11-23 01:17:47 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-11-23 01:17:47 +0000 |
commit | 093a61d363920ea3bf86a641c8b20ebb81ca5de7 (patch) | |
tree | 27c2daf2653f27004ca76848a76e7248ef1f2fe9 /editors | |
parent | 9aa82b68acc3f1e5f7e8b242560c950031eaf3a0 (diff) | |
download | FreeBSD-ports-093a61d363920ea3bf86a641c8b20ebb81ca5de7.zip FreeBSD-ports-093a61d363920ea3bf86a641c8b20ebb81ca5de7.tar.gz |
Forgot to add patches.
Diffstat (limited to 'editors')
24 files changed, 432 insertions, 0 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-automation+source+server+statemnt.cxx b/editors/openoffice-2.0-devel/files/patch-automation+source+server+statemnt.cxx new file mode 100644 index 0000000..f480a35 --- /dev/null +++ b/editors/openoffice-2.0-devel/files/patch-automation+source+server+statemnt.cxx @@ -0,0 +1,19 @@ +#iZ 37204 + +Index: automation/source/server/statemnt.cxx +=================================================================== +RCS file: /cvs/util/automation/source/server/statemnt.cxx,v +retrieving revision 1.18 +diff -u -r1.18 statemnt.cxx +--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18 ++++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000 +@@ -2251,7 +2251,8 @@ + { + pRet->GenReturn ( RET_Value, aSmartMethodId, String() ); + GetTTSettings()->pTranslateWin->EnableTranslation(); +- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute(); ++ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL )); ++ err.Execute(); + GetTTSettings()->bToTop = TRUE; + } + diff --git a/editors/openoffice-2.0-devel/files/patch-ucbhelper+source+client+proxydecider.cxx b/editors/openoffice-2.0-devel/files/patch-ucbhelper+source+client+proxydecider.cxx new file mode 100644 index 0000000..5c01ac64 --- /dev/null +++ b/editors/openoffice-2.0-devel/files/patch-ucbhelper+source+client+proxydecider.cxx @@ -0,0 +1,17 @@ +Index: ucbhelper/source/client/proxydecider.cxx +=================================================================== +RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v +retrieving revision 1.4 +diff -u -r1.4 proxydecider.cxx +--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4 ++++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000 +@@ -128,6 +128,9 @@ + #include <unistd.h> + #endif + ++#ifdef FREEBSD ++#include <sys/socket.h> ++#endif + namespace + { + diff --git a/editors/openoffice-3-devel/files/patch-automation+source+server+statemnt.cxx b/editors/openoffice-3-devel/files/patch-automation+source+server+statemnt.cxx new file mode 100644 index 0000000..f480a35 --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-automation+source+server+statemnt.cxx @@ -0,0 +1,19 @@ +#iZ 37204 + +Index: automation/source/server/statemnt.cxx +=================================================================== +RCS file: /cvs/util/automation/source/server/statemnt.cxx,v +retrieving revision 1.18 +diff -u -r1.18 statemnt.cxx +--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18 ++++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000 +@@ -2251,7 +2251,8 @@ + { + pRet->GenReturn ( RET_Value, aSmartMethodId, String() ); + GetTTSettings()->pTranslateWin->EnableTranslation(); +- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute(); ++ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL )); ++ err.Execute(); + GetTTSettings()->bToTop = TRUE; + } + diff --git a/editors/openoffice-3-devel/files/patch-ucbhelper+source+client+proxydecider.cxx b/editors/openoffice-3-devel/files/patch-ucbhelper+source+client+proxydecider.cxx new file mode 100644 index 0000000..5c01ac64 --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-ucbhelper+source+client+proxydecider.cxx @@ -0,0 +1,17 @@ +Index: ucbhelper/source/client/proxydecider.cxx +=================================================================== +RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v +retrieving revision 1.4 +diff -u -r1.4 proxydecider.cxx +--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4 ++++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000 +@@ -128,6 +128,9 @@ + #include <unistd.h> + #endif + ++#ifdef FREEBSD ++#include <sys/socket.h> ++#endif + namespace + { + diff --git a/editors/openoffice-3/files/patch-automation+source+server+statemnt.cxx b/editors/openoffice-3/files/patch-automation+source+server+statemnt.cxx new file mode 100644 index 0000000..f480a35 --- /dev/null +++ b/editors/openoffice-3/files/patch-automation+source+server+statemnt.cxx @@ -0,0 +1,19 @@ +#iZ 37204 + +Index: automation/source/server/statemnt.cxx +=================================================================== +RCS file: /cvs/util/automation/source/server/statemnt.cxx,v +retrieving revision 1.18 +diff -u -r1.18 statemnt.cxx +--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18 ++++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000 +@@ -2251,7 +2251,8 @@ + { + pRet->GenReturn ( RET_Value, aSmartMethodId, String() ); + GetTTSettings()->pTranslateWin->EnableTranslation(); +- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute(); ++ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL )); ++ err.Execute(); + GetTTSettings()->bToTop = TRUE; + } + diff --git a/editors/openoffice-3/files/patch-ucbhelper+source+client+proxydecider.cxx b/editors/openoffice-3/files/patch-ucbhelper+source+client+proxydecider.cxx new file mode 100644 index 0000000..5c01ac64 --- /dev/null +++ b/editors/openoffice-3/files/patch-ucbhelper+source+client+proxydecider.cxx @@ -0,0 +1,17 @@ +Index: ucbhelper/source/client/proxydecider.cxx +=================================================================== +RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v +retrieving revision 1.4 +diff -u -r1.4 proxydecider.cxx +--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4 ++++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000 +@@ -128,6 +128,9 @@ + #include <unistd.h> + #endif + ++#ifdef FREEBSD ++#include <sys/socket.h> ++#endif + namespace + { + diff --git a/editors/openoffice.org-2-RC/files/patch-automation+source+server+statemnt.cxx b/editors/openoffice.org-2-RC/files/patch-automation+source+server+statemnt.cxx new file mode 100644 index 0000000..f480a35 --- /dev/null +++ b/editors/openoffice.org-2-RC/files/patch-automation+source+server+statemnt.cxx @@ -0,0 +1,19 @@ +#iZ 37204 + +Index: automation/source/server/statemnt.cxx +=================================================================== +RCS file: /cvs/util/automation/source/server/statemnt.cxx,v +retrieving revision 1.18 +diff -u -r1.18 statemnt.cxx +--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18 ++++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000 +@@ -2251,7 +2251,8 @@ + { + pRet->GenReturn ( RET_Value, aSmartMethodId, String() ); + GetTTSettings()->pTranslateWin->EnableTranslation(); +- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute(); ++ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL )); ++ err.Execute(); + GetTTSettings()->bToTop = TRUE; + } + diff --git a/editors/openoffice.org-2-RC/files/patch-ucbhelper+source+client+proxydecider.cxx b/editors/openoffice.org-2-RC/files/patch-ucbhelper+source+client+proxydecider.cxx new file mode 100644 index 0000000..5c01ac64 --- /dev/null +++ b/editors/openoffice.org-2-RC/files/patch-ucbhelper+source+client+proxydecider.cxx @@ -0,0 +1,17 @@ +Index: ucbhelper/source/client/proxydecider.cxx +=================================================================== +RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v +retrieving revision 1.4 +diff -u -r1.4 proxydecider.cxx +--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4 ++++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000 +@@ -128,6 +128,9 @@ + #include <unistd.h> + #endif + ++#ifdef FREEBSD ++#include <sys/socket.h> ++#endif + namespace + { + diff --git a/editors/openoffice.org-2-devel/files/patch-automation+source+server+statemnt.cxx b/editors/openoffice.org-2-devel/files/patch-automation+source+server+statemnt.cxx new file mode 100644 index 0000000..f480a35 --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-automation+source+server+statemnt.cxx @@ -0,0 +1,19 @@ +#iZ 37204 + +Index: automation/source/server/statemnt.cxx +=================================================================== +RCS file: /cvs/util/automation/source/server/statemnt.cxx,v +retrieving revision 1.18 +diff -u -r1.18 statemnt.cxx +--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18 ++++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000 +@@ -2251,7 +2251,8 @@ + { + pRet->GenReturn ( RET_Value, aSmartMethodId, String() ); + GetTTSettings()->pTranslateWin->EnableTranslation(); +- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute(); ++ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL )); ++ err.Execute(); + GetTTSettings()->bToTop = TRUE; + } + diff --git a/editors/openoffice.org-2-devel/files/patch-ucbhelper+source+client+proxydecider.cxx b/editors/openoffice.org-2-devel/files/patch-ucbhelper+source+client+proxydecider.cxx new file mode 100644 index 0000000..5c01ac64 --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-ucbhelper+source+client+proxydecider.cxx @@ -0,0 +1,17 @@ +Index: ucbhelper/source/client/proxydecider.cxx +=================================================================== +RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v +retrieving revision 1.4 +diff -u -r1.4 proxydecider.cxx +--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4 ++++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000 +@@ -128,6 +128,9 @@ + #include <unistd.h> + #endif + ++#ifdef FREEBSD ++#include <sys/socket.h> ++#endif + namespace + { + diff --git a/editors/openoffice.org-2.0-devel/files/patch-automation+source+server+statemnt.cxx b/editors/openoffice.org-2.0-devel/files/patch-automation+source+server+statemnt.cxx new file mode 100644 index 0000000..f480a35 --- /dev/null +++ b/editors/openoffice.org-2.0-devel/files/patch-automation+source+server+statemnt.cxx @@ -0,0 +1,19 @@ +#iZ 37204 + +Index: automation/source/server/statemnt.cxx +=================================================================== +RCS file: /cvs/util/automation/source/server/statemnt.cxx,v +retrieving revision 1.18 +diff -u -r1.18 statemnt.cxx +--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18 ++++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000 +@@ -2251,7 +2251,8 @@ + { + pRet->GenReturn ( RET_Value, aSmartMethodId, String() ); + GetTTSettings()->pTranslateWin->EnableTranslation(); +- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute(); ++ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL )); ++ err.Execute(); + GetTTSettings()->bToTop = TRUE; + } + diff --git a/editors/openoffice.org-2.0-devel/files/patch-ucbhelper+source+client+proxydecider.cxx b/editors/openoffice.org-2.0-devel/files/patch-ucbhelper+source+client+proxydecider.cxx new file mode 100644 index 0000000..5c01ac64 --- /dev/null +++ b/editors/openoffice.org-2.0-devel/files/patch-ucbhelper+source+client+proxydecider.cxx @@ -0,0 +1,17 @@ +Index: ucbhelper/source/client/proxydecider.cxx +=================================================================== +RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v +retrieving revision 1.4 +diff -u -r1.4 proxydecider.cxx +--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4 ++++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000 +@@ -128,6 +128,9 @@ + #include <unistd.h> + #endif + ++#ifdef FREEBSD ++#include <sys/socket.h> ++#endif + namespace + { + diff --git a/editors/openoffice.org-2.0/files/patch-automation+source+server+statemnt.cxx b/editors/openoffice.org-2.0/files/patch-automation+source+server+statemnt.cxx new file mode 100644 index 0000000..f480a35 --- /dev/null +++ b/editors/openoffice.org-2.0/files/patch-automation+source+server+statemnt.cxx @@ -0,0 +1,19 @@ +#iZ 37204 + +Index: automation/source/server/statemnt.cxx +=================================================================== +RCS file: /cvs/util/automation/source/server/statemnt.cxx,v +retrieving revision 1.18 +diff -u -r1.18 statemnt.cxx +--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18 ++++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000 +@@ -2251,7 +2251,8 @@ + { + pRet->GenReturn ( RET_Value, aSmartMethodId, String() ); + GetTTSettings()->pTranslateWin->EnableTranslation(); +- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute(); ++ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL )); ++ err.Execute(); + GetTTSettings()->bToTop = TRUE; + } + diff --git a/editors/openoffice.org-2.0/files/patch-ucbhelper+source+client+proxydecider.cxx b/editors/openoffice.org-2.0/files/patch-ucbhelper+source+client+proxydecider.cxx new file mode 100644 index 0000000..5c01ac64 --- /dev/null +++ b/editors/openoffice.org-2.0/files/patch-ucbhelper+source+client+proxydecider.cxx @@ -0,0 +1,17 @@ +Index: ucbhelper/source/client/proxydecider.cxx +=================================================================== +RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v +retrieving revision 1.4 +diff -u -r1.4 proxydecider.cxx +--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4 ++++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000 +@@ -128,6 +128,9 @@ + #include <unistd.h> + #endif + ++#ifdef FREEBSD ++#include <sys/socket.h> ++#endif + namespace + { + diff --git a/editors/openoffice.org-2/files/patch-automation+source+server+statemnt.cxx b/editors/openoffice.org-2/files/patch-automation+source+server+statemnt.cxx new file mode 100644 index 0000000..f480a35 --- /dev/null +++ b/editors/openoffice.org-2/files/patch-automation+source+server+statemnt.cxx @@ -0,0 +1,19 @@ +#iZ 37204 + +Index: automation/source/server/statemnt.cxx +=================================================================== +RCS file: /cvs/util/automation/source/server/statemnt.cxx,v +retrieving revision 1.18 +diff -u -r1.18 statemnt.cxx +--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18 ++++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000 +@@ -2251,7 +2251,8 @@ + { + pRet->GenReturn ( RET_Value, aSmartMethodId, String() ); + GetTTSettings()->pTranslateWin->EnableTranslation(); +- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute(); ++ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL )); ++ err.Execute(); + GetTTSettings()->bToTop = TRUE; + } + diff --git a/editors/openoffice.org-2/files/patch-ucbhelper+source+client+proxydecider.cxx b/editors/openoffice.org-2/files/patch-ucbhelper+source+client+proxydecider.cxx new file mode 100644 index 0000000..5c01ac64 --- /dev/null +++ b/editors/openoffice.org-2/files/patch-ucbhelper+source+client+proxydecider.cxx @@ -0,0 +1,17 @@ +Index: ucbhelper/source/client/proxydecider.cxx +=================================================================== +RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v +retrieving revision 1.4 +diff -u -r1.4 proxydecider.cxx +--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4 ++++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000 +@@ -128,6 +128,9 @@ + #include <unistd.h> + #endif + ++#ifdef FREEBSD ++#include <sys/socket.h> ++#endif + namespace + { + diff --git a/editors/openoffice.org-3-RC/files/patch-automation+source+server+statemnt.cxx b/editors/openoffice.org-3-RC/files/patch-automation+source+server+statemnt.cxx new file mode 100644 index 0000000..f480a35 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-automation+source+server+statemnt.cxx @@ -0,0 +1,19 @@ +#iZ 37204 + +Index: automation/source/server/statemnt.cxx +=================================================================== +RCS file: /cvs/util/automation/source/server/statemnt.cxx,v +retrieving revision 1.18 +diff -u -r1.18 statemnt.cxx +--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18 ++++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000 +@@ -2251,7 +2251,8 @@ + { + pRet->GenReturn ( RET_Value, aSmartMethodId, String() ); + GetTTSettings()->pTranslateWin->EnableTranslation(); +- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute(); ++ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL )); ++ err.Execute(); + GetTTSettings()->bToTop = TRUE; + } + diff --git a/editors/openoffice.org-3-RC/files/patch-ucbhelper+source+client+proxydecider.cxx b/editors/openoffice.org-3-RC/files/patch-ucbhelper+source+client+proxydecider.cxx new file mode 100644 index 0000000..5c01ac64 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-ucbhelper+source+client+proxydecider.cxx @@ -0,0 +1,17 @@ +Index: ucbhelper/source/client/proxydecider.cxx +=================================================================== +RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v +retrieving revision 1.4 +diff -u -r1.4 proxydecider.cxx +--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4 ++++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000 +@@ -128,6 +128,9 @@ + #include <unistd.h> + #endif + ++#ifdef FREEBSD ++#include <sys/socket.h> ++#endif + namespace + { + diff --git a/editors/openoffice.org-3-devel/files/patch-automation+source+server+statemnt.cxx b/editors/openoffice.org-3-devel/files/patch-automation+source+server+statemnt.cxx new file mode 100644 index 0000000..f480a35 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-automation+source+server+statemnt.cxx @@ -0,0 +1,19 @@ +#iZ 37204 + +Index: automation/source/server/statemnt.cxx +=================================================================== +RCS file: /cvs/util/automation/source/server/statemnt.cxx,v +retrieving revision 1.18 +diff -u -r1.18 statemnt.cxx +--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18 ++++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000 +@@ -2251,7 +2251,8 @@ + { + pRet->GenReturn ( RET_Value, aSmartMethodId, String() ); + GetTTSettings()->pTranslateWin->EnableTranslation(); +- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute(); ++ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL )); ++ err.Execute(); + GetTTSettings()->bToTop = TRUE; + } + diff --git a/editors/openoffice.org-3-devel/files/patch-ucbhelper+source+client+proxydecider.cxx b/editors/openoffice.org-3-devel/files/patch-ucbhelper+source+client+proxydecider.cxx new file mode 100644 index 0000000..5c01ac64 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-ucbhelper+source+client+proxydecider.cxx @@ -0,0 +1,17 @@ +Index: ucbhelper/source/client/proxydecider.cxx +=================================================================== +RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v +retrieving revision 1.4 +diff -u -r1.4 proxydecider.cxx +--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4 ++++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000 +@@ -128,6 +128,9 @@ + #include <unistd.h> + #endif + ++#ifdef FREEBSD ++#include <sys/socket.h> ++#endif + namespace + { + diff --git a/editors/openoffice.org-3/files/patch-automation+source+server+statemnt.cxx b/editors/openoffice.org-3/files/patch-automation+source+server+statemnt.cxx new file mode 100644 index 0000000..f480a35 --- /dev/null +++ b/editors/openoffice.org-3/files/patch-automation+source+server+statemnt.cxx @@ -0,0 +1,19 @@ +#iZ 37204 + +Index: automation/source/server/statemnt.cxx +=================================================================== +RCS file: /cvs/util/automation/source/server/statemnt.cxx,v +retrieving revision 1.18 +diff -u -r1.18 statemnt.cxx +--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18 ++++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000 +@@ -2251,7 +2251,8 @@ + { + pRet->GenReturn ( RET_Value, aSmartMethodId, String() ); + GetTTSettings()->pTranslateWin->EnableTranslation(); +- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute(); ++ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL )); ++ err.Execute(); + GetTTSettings()->bToTop = TRUE; + } + diff --git a/editors/openoffice.org-3/files/patch-ucbhelper+source+client+proxydecider.cxx b/editors/openoffice.org-3/files/patch-ucbhelper+source+client+proxydecider.cxx new file mode 100644 index 0000000..5c01ac64 --- /dev/null +++ b/editors/openoffice.org-3/files/patch-ucbhelper+source+client+proxydecider.cxx @@ -0,0 +1,17 @@ +Index: ucbhelper/source/client/proxydecider.cxx +=================================================================== +RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v +retrieving revision 1.4 +diff -u -r1.4 proxydecider.cxx +--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4 ++++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000 +@@ -128,6 +128,9 @@ + #include <unistd.h> + #endif + ++#ifdef FREEBSD ++#include <sys/socket.h> ++#endif + namespace + { + diff --git a/editors/openoffice.org-vcltesttool/files/patch-automation+source+server+statemnt.cxx b/editors/openoffice.org-vcltesttool/files/patch-automation+source+server+statemnt.cxx new file mode 100644 index 0000000..f480a35 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/files/patch-automation+source+server+statemnt.cxx @@ -0,0 +1,19 @@ +#iZ 37204 + +Index: automation/source/server/statemnt.cxx +=================================================================== +RCS file: /cvs/util/automation/source/server/statemnt.cxx,v +retrieving revision 1.18 +diff -u -r1.18 statemnt.cxx +--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18 ++++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000 +@@ -2251,7 +2251,8 @@ + { + pRet->GenReturn ( RET_Value, aSmartMethodId, String() ); + GetTTSettings()->pTranslateWin->EnableTranslation(); +- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute(); ++ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL )); ++ err.Execute(); + GetTTSettings()->bToTop = TRUE; + } + diff --git a/editors/openoffice.org-vcltesttool/files/patch-ucbhelper+source+client+proxydecider.cxx b/editors/openoffice.org-vcltesttool/files/patch-ucbhelper+source+client+proxydecider.cxx new file mode 100644 index 0000000..5c01ac64 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/files/patch-ucbhelper+source+client+proxydecider.cxx @@ -0,0 +1,17 @@ +Index: ucbhelper/source/client/proxydecider.cxx +=================================================================== +RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v +retrieving revision 1.4 +diff -u -r1.4 proxydecider.cxx +--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4 ++++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000 +@@ -128,6 +128,9 @@ + #include <unistd.h> + #endif + ++#ifdef FREEBSD ++#include <sys/socket.h> ++#endif + namespace + { + |