diff options
Diffstat (limited to 'goodies/source')
-rw-r--r-- | goodies/source/unographic/provider.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/goodies/source/unographic/provider.hxx b/goodies/source/unographic/provider.hxx index 8147c67e2d12..18537099029d 100644 --- a/goodies/source/unographic/provider.hxx +++ b/goodies/source/unographic/provider.hxx @@ -4,9 +4,9 @@ * * $RCSfile: provider.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-01-19 18:44:56 $ + * last change: $Author: kz $ $Date: 2006-10-05 12:50:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -83,6 +83,7 @@ private: ::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; + ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > implLoadRepositoryImage( const ::rtl::OUString& rResourceURL ) const; }; } |