summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-10-21 07:58:36 +0000
committerOliver Bolte <obo@openoffice.org>2003-10-21 07:58:36 +0000
commite6e60359cf1ccd07ced3fe440f8f4a90972c2a6d (patch)
treed671af7ff3c811b433d84911f089b12aeb8ed9fe /forms/source
parentc319fcc3b56995d5a49f78e7da4606f2d4a686d8 (diff)
INTEGRATION: CWS formcelllinkage (1.7.38); FILE MERGED
2003/10/01 09:18:26 fs 1.7.38.1: #i18994# merging the changes from the CWS fs002
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/component/ImageButton.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/ImageButton.cxx b/forms/source/component/ImageButton.cxx
index a947f7af6c0f..1d2cd74ad900 100644
--- a/forms/source/component/ImageButton.cxx
+++ b/forms/source/component/ImageButton.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ImageButton.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2003-05-22 10:47:42 $
+ * last change: $Author: obo $ $Date: 2003-10-21 08:58:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ InterfaceRef SAL_CALL OImageButtonModel_CreateInstance(const Reference<XMultiSer
//------------------------------------------------------------------
OImageButtonModel::OImageButtonModel(const Reference<XMultiServiceFactory>& _rxFactory)
- :OImageModel(_rxFactory, VCL_CONTROLMODEL_IMAGEBUTTON, FRM_CONTROL_IMAGEBUTTON)
+ :OImageModel( _rxFactory, VCL_CONTROLMODEL_IMAGEBUTTON, FRM_CONTROL_IMAGEBUTTON )
// use the old control name for compytibility reasons
{
DBG_CTOR(OImageButtonModel, NULL);