aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2-devel
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-05-02 08:07:10 +0800
committermaho <maho@FreeBSD.org>2007-05-02 08:07:10 +0800
commit3a84c3ffe4d5f66d70f53e0f086c923154cb0312 (patch)
tree24fc1445a48f6132ba6b978687e2af78cab0fa71 /editors/openoffice.org-2-devel
parent9d037ff10c74fb50733d5c78db4cd8e503876427 (diff)
downloadfreebsd-ports-gnome-3a84c3ffe4d5f66d70f53e0f086c923154cb0312.tar.gz
freebsd-ports-gnome-3a84c3ffe4d5f66d70f53e0f086c923154cb0312.tar.zst
freebsd-ports-gnome-3a84c3ffe4d5f66d70f53e0f086c923154cb0312.zip
Build fix for gcc-4.1.
http://www.openoffice.org/issues/show_bug.cgi?id=76320
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r--editors/openoffice.org-2-devel/files/patch-i7632017
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-i76320 b/editors/openoffice.org-2-devel/files/patch-i76320
new file mode 100644
index 000000000000..bd4639171dde
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-i76320
@@ -0,0 +1,17 @@
+Index: sd/source/ui/inc/tools/ConfigurationAccess.hxx
+===================================================================
+RCS file: /cvs/graphics/sd/source/ui/inc/tools/ConfigurationAccess.hxx,v
+retrieving revision 1.2.8.1
+retrieving revision 1.2
+diff -u -r1.2.8.1 -r1.2
+--- sd/source/ui/inc/tools/ConfigurationAccess.hxx 12 Apr 2007 20:30:02 -0000 1.2.8.1
++++ sd/source/ui/inc/tools/ConfigurationAccess.hxx 3 Apr 2007 16:14:52 -0000 1.2
+@@ -110,7 +110,7 @@
+ @param rList
+ The list to be filled.
+ */
+- static void FillList(
++ static void ConfigurationAccess::FillList(
+ const com::sun::star::uno::Reference<com::sun::star::container::XNameAccess>& rxContainer,
+ const ::rtl::OUString& rsArgument,
+ ::std::vector<rtl::OUString>& rList);