summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:46:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:46:56 +0000
commit247ca933ea74f6520748a9f5ea9125c2b256e19c (patch)
tree31e139552931f032f8298eafc6942841119ac2bb /forms/source
parenta5bcacc6c04408aaaf54789068bdf30da989fcd7 (diff)
INTEGRATION: CWS dba09 (1.9.44); FILE MERGED
2004/04/27 06:14:36 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/Pattern.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Pattern.cxx b/forms/source/component/Pattern.cxx
index f06d5b8d45f8..ad7ed9149553 100644
--- a/forms/source/component/Pattern.cxx
+++ b/forms/source/component/Pattern.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Pattern.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2004-04-02 10:55:08 $
+ * last change: $Author: hr $ $Date: 2004-05-10 12:46:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -134,7 +134,7 @@ Sequence<Type> OPatternModel::_getTypes()
DBG_NAME( OPatternModel )
//------------------------------------------------------------------
OPatternModel::OPatternModel(const Reference<XMultiServiceFactory>& _rxFactory)
- :OEditBaseModel( _rxFactory, VCL_CONTROLMODEL_PATTERNFIELD, FRM_CONTROL_PATTERNFIELD, sal_False, sal_False )
+ :OEditBaseModel( _rxFactory, VCL_CONTROLMODEL_PATTERNFIELD, FRM_SUN_CONTROL_PATTERNFIELD, sal_False, sal_False )
// use the old control name for compytibility reasons
{
DBG_CTOR( OPatternModel, NULL );