diff options
author | maho <maho@FreeBSD.org> | 2007-08-16 05:27:32 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-08-16 05:27:32 +0800 |
commit | 1c114040e87731ab093c0a81d097bb8c5f736cdc (patch) | |
tree | 6a143a4d71c9297511bfa16772515da114867dd9 /editors | |
parent | 58fa3f22b55b2b150121ec27ec484bcbf2e0cc2f (diff) | |
download | freebsd-ports-gnome-1c114040e87731ab093c0a81d097bb8c5f736cdc.tar.gz freebsd-ports-gnome-1c114040e87731ab093c0a81d097bb8c5f736cdc.tar.zst freebsd-ports-gnome-1c114040e87731ab093c0a81d097bb8c5f736cdc.zip |
Still fogot to add another patch...
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice.org-2-RC/files/patch-i80295 | 20 | ||||
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-i80295 | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-i80295 b/editors/openoffice.org-2-RC/files/patch-i80295 new file mode 100644 index 000000000000..d66798903a3c --- /dev/null +++ b/editors/openoffice.org-2-RC/files/patch-i80295 @@ -0,0 +1,20 @@ +Index: svx/source/dialog/cuifmsearch.hxx +=================================================================== +RCS file: /cvs/graphics/svx/source/dialog/cuifmsearch.hxx,v +retrieving revision 1.6 +diff -u -r1.6 cuifmsearch.hxx +--- svx/source/dialog/cuifmsearch.hxx 31 Jul 2007 13:56:33 -0000 1.6 ++++ svx/source/dialog/cuifmsearch.hxx 3 Aug 2007 05:35:05 -0000 +@@ -93,10 +93,10 @@ + + struct FmSearchProgress; + ++class FmSearchEngine; ++ + class FmSearchDialog : public ModalDialog + { +- friend class FmSearchEngine; +- + // meine ganzen Controls + FixedLine m_flSearchFor; + RadioButton m_rbSearchForText; diff --git a/editors/openoffice.org-3-RC/files/patch-i80295 b/editors/openoffice.org-3-RC/files/patch-i80295 new file mode 100644 index 000000000000..d66798903a3c --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-i80295 @@ -0,0 +1,20 @@ +Index: svx/source/dialog/cuifmsearch.hxx +=================================================================== +RCS file: /cvs/graphics/svx/source/dialog/cuifmsearch.hxx,v +retrieving revision 1.6 +diff -u -r1.6 cuifmsearch.hxx +--- svx/source/dialog/cuifmsearch.hxx 31 Jul 2007 13:56:33 -0000 1.6 ++++ svx/source/dialog/cuifmsearch.hxx 3 Aug 2007 05:35:05 -0000 +@@ -93,10 +93,10 @@ + + struct FmSearchProgress; + ++class FmSearchEngine; ++ + class FmSearchDialog : public ModalDialog + { +- friend class FmSearchEngine; +- + // meine ganzen Controls + FixedLine m_flSearchFor; + RadioButton m_rbSearchForText; |