summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:46:45 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:46:45 +0000
commita5bcacc6c04408aaaf54789068bdf30da989fcd7 (patch)
tree33558f4731d75cdf33f03b7a49a2128c83082b0d /forms/source
parent2c816048e4faae14341c70b63a18155f61f0cd2d (diff)
INTEGRATION: CWS dba09 (1.9.44); FILE MERGED
2004/04/27 06:15:04 fs 1.9.44.2: RESYNC: (1.9-1.10); FILE MERGED 2004/03/17 11:51:07 fs 1.9.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')
-rw-r--r--forms/source/component/Numeric.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Numeric.cxx b/forms/source/component/Numeric.cxx
index 481324c7a943..62fb14e432a1 100644
--- a/forms/source/component/Numeric.cxx
+++ b/forms/source/component/Numeric.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Numeric.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2004-04-02 10:54:43 $
+ * last change: $Author: hr $ $Date: 2004-05-10 12:46:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,7 +137,7 @@ Sequence<Type> ONumericModel::_getTypes()
DBG_NAME( ONumericModel )
//------------------------------------------------------------------
ONumericModel::ONumericModel(const Reference<XMultiServiceFactory>& _rxFactory)
- :OEditBaseModel( _rxFactory, VCL_CONTROLMODEL_NUMERICFIELD, FRM_CONTROL_NUMERICFIELD, sal_True, sal_True )
+ :OEditBaseModel( _rxFactory, VCL_CONTROLMODEL_NUMERICFIELD, FRM_SUN_CONTROL_NUMERICFIELD, sal_True, sal_True )
// use the old control name for compytibility reasons
{
DBG_CTOR( ONumericModel, NULL );