summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:46:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:46:08 +0000
commit3339b90ae64e1b14a6de72b33371e8eb03811186 (patch)
treedcc152bdc192c4ffe89529303231f2d39a469bb3
parent3785274ea8d07a233b38bbe6d80ab4712405698c (diff)
INTEGRATION: CWS dba09 (1.28.32); FILE MERGED
2004/04/27 06:17:04 fs 1.28.32.3: RESYNC: (1.30-1.32); FILE MERGED 2004/03/24 08:38:51 fs 1.28.32.2: RESYNC: (1.28-1.30); FILE MERGED 2004/03/17 11:51:06 fs 1.28.32.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format
-rw-r--r--forms/source/component/ImageControl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx
index 3375f6391c5b..86a088984b03 100644
--- a/forms/source/component/ImageControl.cxx
+++ b/forms/source/component/ImageControl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ImageControl.cxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: rt $ $Date: 2004-05-07 16:07:40 $
+ * last change: $Author: hr $ $Date: 2004-05-10 12:46:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -185,7 +185,7 @@ Sequence<Type> OImageControlModel::_getTypes()
DBG_NAME(OImageControlModel)
//------------------------------------------------------------------
OImageControlModel::OImageControlModel(const Reference<XMultiServiceFactory>& _rxFactory)
- :OBoundControlModel( _rxFactory, VCL_CONTROLMODEL_IMAGECONTROL, FRM_CONTROL_IMAGECONTROL, sal_False, sal_False, sal_False )
+ :OBoundControlModel( _rxFactory, VCL_CONTROLMODEL_IMAGECONTROL, FRM_SUN_CONTROL_IMAGECONTROL, sal_False, sal_False, sal_False )
// use the old control name for compytibility reasons
,m_pImageProducer( NULL )
,m_bReadOnly( sal_False )