summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-05 11:02:58 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-05 11:02:58 +0000
commitb0568f3282d5105b56005466b98ae7ab2e467bd7 (patch)
tree8d126ccf4c8058b2e8dcaafcd3ee02eccfcaf3c8 /forms/source
parent7d8ef534e9a39103e33a0d07d65900e639109305 (diff)
INTEGRATION: CWS dba20 (1.24.16); FILE MERGED
2004/11/29 09:21:59 oj 1.24.16.2: RESYNC: (1.24-1.25); FILE MERGED 2004/11/19 11:31:12 fs 1.24.16.1: #i37342# +NativeWidgetLook
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/component/Edit.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/component/Edit.cxx b/forms/source/component/Edit.cxx
index 9dd95b188e07..62599841e1b1 100644
--- a/forms/source/component/Edit.cxx
+++ b/forms/source/component/Edit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Edit.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 10:37:12 $
+ * last change: $Author: obo $ $Date: 2005-01-05 12:02:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -484,10 +484,13 @@ void OEditModel::fillProperties(
Sequence< Property >& _rAggregateProps ) const
{
BEGIN_DESCRIBE_PROPERTIES( 5, OEditBaseModel )
+ // our aggregate is a rich text model, which also derives from OControlModel, as
+ // do we, so we need to remove some duplicate properties
RemoveProperty( _rAggregateProps, PROPERTY_TABINDEX );
RemoveProperty( _rAggregateProps, PROPERTY_CLASSID );
RemoveProperty( _rAggregateProps, PROPERTY_NAME );
RemoveProperty( _rAggregateProps, PROPERTY_TAG );
+ RemoveProperty( _rAggregateProps, PROPERTY_NATIVE_LOOK );
DECL_PROP2(PERSISTENCE_MAXTEXTLENGTH,sal_Int16, READONLY, TRANSIENT);
DECL_PROP2(DEFAULT_TEXT, ::rtl::OUString, BOUND, MAYBEDEFAULT);