diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:56:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:56:58 +0000 |
commit | fe66e451c8adb8f4fe7e4616dab1874cd70a2ca4 (patch) | |
tree | 60d76a326a21dbc73e30d659ce8bffde3994d3aa /toolkit | |
parent | 63f10de33acda1e6548f1ddf51a8556f38cf6813 (diff) |
INTEGRATION: CWS warnings01 (1.35.26); FILE MERGED
2005/11/14 10:36:06 pl 1.35.26.1: #i55991# removed warnings
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/inc/toolkit/controls/unocontrols.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/inc/toolkit/controls/unocontrols.hxx b/toolkit/inc/toolkit/controls/unocontrols.hxx index aa7201e2ccee..a224258f236a 100644 --- a/toolkit/inc/toolkit/controls/unocontrols.hxx +++ b/toolkit/inc/toolkit/controls/unocontrols.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unocontrols.hxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:53:09 $ + * last change: $Author: hr $ $Date: 2006-06-19 22:56:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -284,7 +284,7 @@ private: protected: ImageProducerControlModel() : mbAdjustingImagePosition( sal_False ) { } - ImageProducerControlModel( const ImageProducerControlModel& _rSource ) : UnoControlModel( _rSource ), mbAdjustingImagePosition( sal_False ) { } + ImageProducerControlModel( const ImageProducerControlModel& _rSource ) : com::sun::star::awt::XImageProducer(), UnoControlModel( _rSource ), mbAdjustingImagePosition( sal_False ) { } ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException); ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException); |