summaryrefslogtreecommitdiff
path: root/forms/source/component/Date.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:44:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:44:44 +0000
commit8843fb1552224add0af4a948d2239e6fa60ee5a8 (patch)
tree2310a9753737185468d0e06f72a5b88f4778b86a /forms/source/component/Date.cxx
parent2758eb7243d1c063beeafe6fb3d4f2cbba2487be (diff)
INTEGRATION: CWS dba09 (1.12.44); FILE MERGED
2004/04/27 06:11:05 fs 1.12.44.2: RESYNC: (1.12-1.13); FILE MERGED 2004/03/17 11:51:04 fs 1.12.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/Date.cxx')
-rw-r--r--forms/source/component/Date.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Date.cxx b/forms/source/component/Date.cxx
index 72107533409e..fec6cd52063f 100644
--- a/forms/source/component/Date.cxx
+++ b/forms/source/component/Date.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Date.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2004-04-02 10:50:42 $
+ * last change: $Author: hr $ $Date: 2004-05-10 12:44:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -144,7 +144,7 @@ Sequence<Type> ODateModel::_getTypes()
DBG_NAME( ODateModel )
//------------------------------------------------------------------
ODateModel::ODateModel(const Reference<XMultiServiceFactory>& _rxFactory)
- :OEditBaseModel( _rxFactory, VCL_CONTROLMODEL_DATEFIELD, FRM_CONTROL_DATEFIELD, sal_False, sal_True )
+ :OEditBaseModel( _rxFactory, VCL_CONTROLMODEL_DATEFIELD, FRM_SUN_CONTROL_DATEFIELD, sal_False, sal_True )
// use the old control name for compytibility reasons
,OLimitedFormats( _rxFactory, FormComponentType::DATEFIELD )
{