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
This commit is contained in:
Kurt Zenker
2006-10-05 11:50:02 +00:00
parent 3c03609bd7
commit 9a8fec7b18

View File

@@ -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;
};
}