diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-05-02 00:07:10 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-05-02 00:07:10 +0000 |
commit | bfd4fe66ecc1a46578d77c1e9880fdac5bc8e29a (patch) | |
tree | fc5d1e6a05613782c815fa3a544aa33350bb7ea0 /editors/openoffice.org-2-devel | |
parent | 5535038ccac4f387c1d42adb589ea2bf1a872d2d (diff) | |
download | ports-bfd4fe66ecc1a46578d77c1e9880fdac5bc8e29a.tar.gz ports-bfd4fe66ecc1a46578d77c1e9880fdac5bc8e29a.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-i76320 | 17 |
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); |