summaryrefslogtreecommitdiffstats
path: root/forms/source/component/ImageButton.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:45:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:45:48 +0000
commit3785274ea8d07a233b38bbe6d80ab4712405698c (patch)
tree3bc0660b80a2f2d0a17e4a65b6b76d0edf2b1d09 /forms/source/component/ImageButton.cxx
parentINTEGRATION: CWS dba09 (1.27.122); FILE MERGED (diff)
downloadcore-3785274ea8d07a233b38bbe6d80ab4712405698c.tar.gz
core-3785274ea8d07a233b38bbe6d80ab4712405698c.zip
INTEGRATION: CWS dba09 (1.8.44); FILE MERGED
2004/04/27 06:16:25 fs 1.8.44.2: RESYNC: (1.8-1.9); FILE MERGED 2004/03/17 11:51:05 fs 1.8.44.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format
Diffstat (limited to 'forms/source/component/ImageButton.cxx')
-rw-r--r--forms/source/component/ImageButton.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/ImageButton.cxx b/forms/source/component/ImageButton.cxx
index 602d8d6d533b..271bc5ad27ed 100644
--- a/forms/source/component/ImageButton.cxx
+++ b/forms/source/component/ImageButton.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ImageButton.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2004-04-02 10:53:53 $
+ * last change: $Author: hr $ $Date: 2004-05-10 12:45:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,7 +106,7 @@ InterfaceRef SAL_CALL OImageButtonModel_CreateInstance(const Reference<XMultiSer
//------------------------------------------------------------------
OImageButtonModel::OImageButtonModel(const Reference<XMultiServiceFactory>& _rxFactory)
- :OImageModel( _rxFactory, VCL_CONTROLMODEL_IMAGEBUTTON, FRM_CONTROL_IMAGEBUTTON )
+ :OImageModel( _rxFactory, VCL_CONTROLMODEL_IMAGEBUTTON, FRM_SUN_CONTROL_IMAGEBUTTON )
// use the old control name for compytibility reasons
{
DBG_CTOR(OImageButtonModel, NULL);