summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--forms/source/component/Grid.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Grid.cxx b/forms/source/component/Grid.cxx
index 16cbdf21d3c7..e15c9165e6ff 100644
--- a/forms/source/component/Grid.cxx
+++ b/forms/source/component/Grid.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Grid.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: fs $ $Date: 2001-05-11 18:04:43 $
+ * last change: $Author: fs $ $Date: 2001-05-14 07:06:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -423,7 +423,7 @@ void OGridControlModel::fillProperties(
Sequence< Property >& _rProps,
Sequence< Property >& _rAggregateProps ) const
{
- BEGIN_AGGREGATION_PROPERTY_HELPER(29, m_xAggregateSet)
+ BEGIN_AGGREGATION_PROPERTY_HELPER(30, m_xAggregateSet)
DECL_PROP1(NAME, ::rtl::OUString, BOUND);
DECL_PROP2(CLASSID, sal_Int16, READONLY, TRANSIENT);
DECL_PROP1(TAG, ::rtl::OUString, BOUND);