From 3339b90ae64e1b14a6de72b33371e8eb03811186 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 10 May 2004 11:46:08 +0000 Subject: [PATCH] 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 --- forms/source/component/ImageControl.cxx | 6 +++--- 1 file 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 OImageControlModel::_getTypes() DBG_NAME(OImageControlModel) //------------------------------------------------------------------ OImageControlModel::OImageControlModel(const Reference& _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 )