summaryrefslogtreecommitdiff
path: root/forms/source/component/GroupBox.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:50:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:50:46 +0000
commite9ff125bf9cd8888f20b39a2a598e308f3b686e2 (patch)
tree00e661d9aa440c36a51ba34301d72ebaed502957 /forms/source/component/GroupBox.cxx
parentb59ca2a382685ce63294766e3cd9d094065e0a11 (diff)
INTEGRATION: CWS warnings01 (1.6.68); FILE MERGED
2006/03/14 15:20:27 fs 1.6.68.1: #i57457# warning-free code
Diffstat (limited to 'forms/source/component/GroupBox.cxx')
-rw-r--r--forms/source/component/GroupBox.cxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/forms/source/component/GroupBox.cxx b/forms/source/component/GroupBox.cxx
index cdd52298dcb0..9f2be824e05c 100644
--- a/forms/source/component/GroupBox.cxx
+++ b/forms/source/component/GroupBox.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: GroupBox.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:42:29 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:50:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -130,10 +130,9 @@ void OGroupBoxModel::fillProperties(
Sequence< Property >& _rProps,
Sequence< Property >& _rAggregateProps ) const
{
- BEGIN_DESCRIBE_PROPERTIES( 0, OControlModel )
- // don't want to have the TabStop property
- RemoveProperty(_rAggregateProps, PROPERTY_TABSTOP);
- END_DESCRIBE_PROPERTIES();
+ OControlModel::fillProperties( _rProps, _rAggregateProps );
+ // don't want to have the TabStop property
+ RemoveProperty(_rAggregateProps, PROPERTY_TABSTOP);
}
//------------------------------------------------------------------------------