From 010986eaf93e24da0f423b4d82944c761c964aba Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Tue, 23 Nov 2004 01:17:47 +0000 Subject: Forgot to add patches. --- .../files/patch-automation+source+server+statemnt.cxx | 19 +++++++++++++++++++ .../patch-ucbhelper+source+client+proxydecider.cxx | 17 +++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 editors/openoffice.org-3-RC/files/patch-automation+source+server+statemnt.cxx create mode 100644 editors/openoffice.org-3-RC/files/patch-ucbhelper+source+client+proxydecider.cxx (limited to 'editors/openoffice.org-3-RC') 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 + #endif + ++#ifdef FREEBSD ++#include ++#endif + namespace + { + -- cgit v1.2.3