summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-automation+source+server+statemnt.cxx19
-rw-r--r--editors/openoffice.org-3-RC/files/patch-ucbhelper+source+client+proxydecider.cxx17
2 files changed, 36 insertions, 0 deletions
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 000000000000..f480a35038c0
--- /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 000000000000..5c01ac64f193
--- /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
+ {
+