summaryrefslogtreecommitdiffstats
path: root/forms/source/component/Button.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-10-21 07:54:31 +0000
committerOliver Bolte <obo@openoffice.org>2003-10-21 07:54:31 +0000
commit8bda8ab5a76f062c681a7c3e9412d21b03540433 (patch)
treed5b5524fa9151026c7b746198fd397e822721c16 /forms/source/component/Button.cxx
parentINTEGRATION: CWS formcelllinkage (1.1.4); FILE ADDED (diff)
downloadcore-8bda8ab5a76f062c681a7c3e9412d21b03540433.tar.gz
core-8bda8ab5a76f062c681a7c3e9412d21b03540433.zip
INTEGRATION: CWS formcelllinkage (1.10.38); FILE MERGED
2003/10/01 09:18:17 fs 1.10.38.1: #i18994# merging the changes from the CWS fs002
Diffstat (limited to 'forms/source/component/Button.cxx')
-rw-r--r--forms/source/component/Button.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Button.cxx b/forms/source/component/Button.cxx
index dfe7905dca60..c5532e423b67 100644
--- a/forms/source/component/Button.cxx
+++ b/forms/source/component/Button.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Button.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: vg $ $Date: 2003-05-22 10:47:01 $
+ * last change: $Author: obo $ $Date: 2003-10-21 08:54:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,7 +104,7 @@ InterfaceRef SAL_CALL OButtonModel_CreateInstance(const Reference<XMultiServiceF
//------------------------------------------------------------------
OButtonModel::OButtonModel(const Reference<XMultiServiceFactory>& _rxFactory)
- :OImageModel(_rxFactory, VCL_CONTROLMODEL_COMMANDBUTTON, FRM_CONTROL_COMMANDBUTTON)
+ :OImageModel( _rxFactory, VCL_CONTROLMODEL_COMMANDBUTTON, FRM_CONTROL_COMMANDBUTTON )
// use the old control name for compytibility reasons
{
DBG_CTOR( OButtonModel, NULL );