From fe66e451c8adb8f4fe7e4616dab1874cd70a2ca4 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 21:56:58 +0000
Subject: INTEGRATION: CWS warnings01 (1.35.26); FILE MERGED 2005/11/14
10:36:06 pl 1.35.26.1: #i55991# removed warnings
---
toolkit/inc/toolkit/controls/unocontrols.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'toolkit')
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);
--
cgit