From c5204ae21318d468e3e74d727d2070c4fe1d1a3a Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 10 May 2004 11:43:39 +0000 Subject: [PATCH] INTEGRATION: CWS dba09 (1.11.44); FILE MERGED 2004/04/27 06:10:00 fs 1.11.44.2: RESYNC: (1.11-1.13); FILE MERGED 2004/03/17 11:51:02 fs 1.11.44.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format --- forms/source/component/Button.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/forms/source/component/Button.cxx b/forms/source/component/Button.cxx index 1e55783dc312..1d6b2713ab5a 100644 --- a/forms/source/component/Button.cxx +++ b/forms/source/component/Button.cxx @@ -2,9 +2,9 @@ * * $RCSfile: Button.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2004-04-13 11:13:05 $ + * last change: $Author: hr $ $Date: 2004-05-10 12:43:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,8 +114,8 @@ InterfaceRef SAL_CALL OButtonModel_CreateInstance(const Reference& _rxFactory) - :OImageModel( _rxFactory, VCL_CONTROLMODEL_COMMANDBUTTON, FRM_CONTROL_COMMANDBUTTON ) - // use the old control name for compytibility reasons + :OImageModel( _rxFactory, VCL_CONTROLMODEL_COMMANDBUTTON, FRM_SUN_CONTROL_COMMANDBUTTON ) + // use the old control name for compatibility reasons { DBG_CTOR( OButtonModel, NULL ); m_nClassId = FormComponentType::COMMANDBUTTON;