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:
parent
ff1a7fcbe8
commit
c5204ae213
1 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: Button.cxx,v $
|
* $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
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -114,8 +114,8 @@ InterfaceRef SAL_CALL OButtonModel_CreateInstance(const Reference<XMultiServiceF
|
||||||
|
|
||||||
//------------------------------------------------------------------
|
//------------------------------------------------------------------
|
||||||
OButtonModel::OButtonModel(const Reference<XMultiServiceFactory>& _rxFactory)
|
OButtonModel::OButtonModel(const Reference<XMultiServiceFactory>& _rxFactory)
|
||||||
:OImageModel( _rxFactory, VCL_CONTROLMODEL_COMMANDBUTTON, FRM_CONTROL_COMMANDBUTTON )
|
:OImageModel( _rxFactory, VCL_CONTROLMODEL_COMMANDBUTTON, FRM_SUN_CONTROL_COMMANDBUTTON )
|
||||||
// use the old control name for compytibility reasons
|
// use the old control name for compatibility reasons
|
||||||
{
|
{
|
||||||
DBG_CTOR( OButtonModel, NULL );
|
DBG_CTOR( OButtonModel, NULL );
|
||||||
m_nClassId = FormComponentType::COMMANDBUTTON;
|
m_nClassId = FormComponentType::COMMANDBUTTON;
|
||||||
|
|
Loading…
Reference in a new issue