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
This commit is contained in:
parent
d5f3b7f85c
commit
604f3133f1
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue