From 3a84c3ffe4d5f66d70f53e0f086c923154cb0312 Mon Sep 17 00:00:00 2001 From: maho Date: Wed, 2 May 2007 00:07:10 +0000 Subject: Build fix for gcc-4.1. http://www.openoffice.org/issues/show_bug.cgi?id=76320 --- editors/openoffice-3-devel/files/patch-i76320 | 17 +++++++++++++++++ editors/openoffice.org-2-devel/files/patch-i76320 | 17 +++++++++++++++++ editors/openoffice.org-3-devel/files/patch-i76320 | 17 +++++++++++++++++ editors/openoffice.org-vcltesttool/files/patch-i76320 | 17 +++++++++++++++++ 4 files changed, 68 insertions(+) create mode 100644 editors/openoffice-3-devel/files/patch-i76320 create mode 100644 editors/openoffice.org-2-devel/files/patch-i76320 create mode 100644 editors/openoffice.org-3-devel/files/patch-i76320 create mode 100644 editors/openoffice.org-vcltesttool/files/patch-i76320 (limited to 'editors') diff --git a/editors/openoffice-3-devel/files/patch-i76320 b/editors/openoffice-3-devel/files/patch-i76320 new file mode 100644 index 000000000000..bd4639171dde --- /dev/null +++ b/editors/openoffice-3-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& rxContainer, + const ::rtl::OUString& rsArgument, + ::std::vector& rList); 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& rxContainer, + const ::rtl::OUString& rsArgument, + ::std::vector& rList); diff --git a/editors/openoffice.org-3-devel/files/patch-i76320 b/editors/openoffice.org-3-devel/files/patch-i76320 new file mode 100644 index 000000000000..bd4639171dde --- /dev/null +++ b/editors/openoffice.org-3-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& rxContainer, + const ::rtl::OUString& rsArgument, + ::std::vector& rList); diff --git a/editors/openoffice.org-vcltesttool/files/patch-i76320 b/editors/openoffice.org-vcltesttool/files/patch-i76320 new file mode 100644 index 000000000000..bd4639171dde --- /dev/null +++ b/editors/openoffice.org-vcltesttool/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& rxContainer, + const ::rtl::OUString& rsArgument, + ::std::vector& rList); -- cgit