summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:47:21 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:47:21 +0000
commitefb8b7fff26c76205a422a80414a33682de7d709 (patch)
tree7e5af3c7258b570793bf43bc1e0807ca49e6d668 /forms
parentd7fb1a3086f6a5c63b08f4856b642270d0f5d4fd (diff)
INTEGRATION: CWS dba09 (1.13.44); FILE MERGED
2004/04/27 06:15:52 fs 1.13.44.2: RESYNC: (1.13-1.14); FILE MERGED 2004/03/17 11:51:08 fs 1.13.44.1: #92831# at runtime, don't use 'stardiv.one.form.control.*' service names - translate when writing old (binary) format
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/Time.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Time.cxx b/forms/source/component/Time.cxx
index 02af9df8e05e..4bac1df018dd 100644
--- a/forms/source/component/Time.cxx
+++ b/forms/source/component/Time.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Time.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2004-04-02 10:55:46 $
+ * last change: $Author: hr $ $Date: 2004-05-10 12:47:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -172,7 +172,7 @@ Sequence<Type> OTimeModel::_getTypes()
DBG_NAME( OTimeModel )
//------------------------------------------------------------------
OTimeModel::OTimeModel(const Reference<XMultiServiceFactory>& _rxFactory)
- :OEditBaseModel( _rxFactory, VCL_CONTROLMODEL_TIMEFIELD, FRM_CONTROL_TIMEFIELD, sal_False, sal_True )
+ :OEditBaseModel( _rxFactory, VCL_CONTROLMODEL_TIMEFIELD, FRM_SUN_CONTROL_TIMEFIELD, sal_False, sal_True )
// use the old control name for compytibility reasons
,OLimitedFormats(_rxFactory, FormComponentType::TIMEFIELD)
{