summaryrefslogtreecommitdiff
path: root/forms/source/component/ImageControl.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 15:01:22 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 15:01:22 +0000
commit7add719aaf54ae29a065975baff72a1eecfb2f09 (patch)
tree9e2fbb399636c40cd13881470e23d2db116ae9c5 /forms/source/component/ImageControl.hxx
parent0d0acccc9aee62127cc64f497b625c5ffff279fb (diff)
INTEGRATION: CWS dba24 (1.10.94); FILE MERGED
2005/02/09 11:27:27 fs 1.10.94.1: #i42066# setControlValue not to be overloaded, use doSetControlValue instead
Diffstat (limited to 'forms/source/component/ImageControl.hxx')
-rw-r--r--forms/source/component/ImageControl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/ImageControl.hxx b/forms/source/component/ImageControl.hxx
index 74fbbfdf01a8..2813557086b4 100644
--- a/forms/source/component/ImageControl.hxx
+++ b/forms/source/component/ImageControl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ImageControl.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2004-03-19 11:53:32 $
+ * last change: $Author: vg $ $Date: 2005-03-10 16:01:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -167,7 +167,7 @@ protected:
translateDbColumnToControlValue( );
virtual sal_Bool commitControlValueToDbColumn( bool _bPostReset );
- virtual void setControlValue( const ::com::sun::star::uno::Any& _rValue );
+ virtual void doSetControlValue( const ::com::sun::star::uno::Any& _rValue );
virtual sal_Bool approveDbColumnType(sal_Int32 _nColumnType);
@@ -192,7 +192,7 @@ protected:
@precond
our own mutex is locked
*/
- sal_Bool handleNewImageURL( const ::rtl::OUString& _rURL );
+ sal_Bool handleNewImageURL( const ::rtl::OUString& _rURL, ValueChangeInstigator _eInstigator );
};
//==================================================================