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
This commit is contained in:
Jens-Heiner Rechtien 2004-05-10 11:43:39 +00:00
parent ff1a7fcbe8
commit c5204ae213

View file

@ -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<XMultiServiceF
//------------------------------------------------------------------
OButtonModel::OButtonModel(const Reference<XMultiServiceFactory>& _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;