diff options
author | maho <maho@FreeBSD.org> | 2004-11-23 09:17:47 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-11-23 09:17:47 +0800 |
commit | 093a61d363920ea3bf86a641c8b20ebb81ca5de7 (patch) | |
tree | 27c2daf2653f27004ca76848a76e7248ef1f2fe9 /editors/openoffice.org-2.0 | |
parent | 9aa82b68acc3f1e5f7e8b242560c950031eaf3a0 (diff) | |
download | freebsd-ports-gnome-093a61d363920ea3bf86a641c8b20ebb81ca5de7.tar.gz freebsd-ports-gnome-093a61d363920ea3bf86a641c8b20ebb81ca5de7.tar.zst freebsd-ports-gnome-093a61d363920ea3bf86a641c8b20ebb81ca5de7.zip |
Forgot to add patches.
Diffstat (limited to 'editors/openoffice.org-2.0')
-rw-r--r-- | editors/openoffice.org-2.0/files/patch-automation+source+server+statemnt.cxx | 19 | ||||
-rw-r--r-- | editors/openoffice.org-2.0/files/patch-ucbhelper+source+client+proxydecider.cxx | 17 |
2 files changed, 36 insertions, 0 deletions
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 000000000000..f480a35038c0 --- /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 000000000000..5c01ac64f193 --- /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 + { + |