diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-10-05 11:50:02 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-10-05 11:50:02 +0000 |
commit | 9a8fec7b181f3e7bde2a9b47f202854edafb68f8 (patch) | |
tree | 62d5680d6067a56e1f77d2ec2d2bf8d8554095ee /goodies/source | |
parent | 3c03609bd7aa8961a9b77d7d7eac6fb9bbdec9d2 (diff) |
INTEGRATION: CWS hsqlcsvstage1 (1.4.92); FILE MERGED
2006/09/20 10:36:57 fs 1.4.92.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein
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; }; } |