summaryrefslogtreecommitdiffstats
path: root/forms/source/component/FixedText.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:49:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:49:06 +0000
commitf795a1cd5cfb22cfddc388126d461d7b74661b8a (patch)
tree3476e6a9bb44c578eced2d33adb2f9c3e37e8b4d /forms/source/component/FixedText.cxx
parentINTEGRATION: CWS warnings01 (1.5.68); FILE MERGED (diff)
downloadcore-f795a1cd5cfb22cfddc388126d461d7b74661b8a.tar.gz
core-f795a1cd5cfb22cfddc388126d461d7b74661b8a.zip
INTEGRATION: CWS warnings01 (1.6.68); FILE MERGED
2006/03/14 15:20:26 fs 1.6.68.1: #i57457# warning-free code
Diffstat (limited to 'forms/source/component/FixedText.cxx')
-rw-r--r--forms/source/component/FixedText.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/forms/source/component/FixedText.cxx b/forms/source/component/FixedText.cxx
index b773dea5ca5f..2041ca194b19 100644
--- a/forms/source/component/FixedText.cxx
+++ b/forms/source/component/FixedText.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: FixedText.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:39:48 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:49:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -128,9 +128,8 @@ void OFixedTextModel::fillProperties(
Sequence< starbeans::Property >& _rProps,
Sequence< starbeans::Property >& _rAggregateProps ) const
{
- BEGIN_DESCRIBE_PROPERTIES( 0, OControlModel )
- RemoveProperty(_rAggregateProps, PROPERTY_TABSTOP);
- END_DESCRIBE_PROPERTIES();
+ OControlModel::fillProperties( _rProps, _rAggregateProps );
+ RemoveProperty( _rAggregateProps, PROPERTY_TABSTOP );
}
//------------------------------------------------------------------------------