summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-19 17:44:56 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-19 17:44:56 +0000
commit604f3133f154d918c4d91385bbb33d4e7ce4f430 (patch)
tree0d4b11b19eecc7bdbe1d9589dc3562352c18b608 /goodies
parentd5f3b7f85c5562e06758ea5f7a47e97460afac78 (diff)
INTEGRATION: CWS gcc41 (1.3.46); FILE MERGED
2005/12/07 13:12:32 pmladek 1.3.46.1: #i58967# Removed extra qualification to fix build with gcc-4.1
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/unographic/provider.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/goodies/source/unographic/provider.hxx b/goodies/source/unographic/provider.hxx
index c96fe25fd0ff..8147c67e2d12 100644
--- a/goodies/source/unographic/provider.hxx
+++ b/goodies/source/unographic/provider.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: provider.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 03:11:30 $
+ * last change: $Author: obo $ $Date: 2006-01-19 18:44:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -81,8 +81,8 @@ protected:
private:
- ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > GraphicProvider::implLoadMemory( const ::rtl::OUString& rResourceURL ) const;
- ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > GraphicProvider::implLoadResource( const ::rtl::OUString& rResourceURL ) const;
+ ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > implLoadMemory( const ::rtl::OUString& rResourceURL ) const;
+ ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > implLoadResource( const ::rtl::OUString& rResourceURL ) const;
};
}