diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-05-14 06:06:59 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-05-14 06:06:59 +0000 |
commit | f0982f9aa193bfe4f4352c73eebcdcf315c44745 (patch) | |
tree | 8dd8113bb5ba3cee5aff99cad230e3ae43554756 /forms/source/component/Grid.cxx | |
parent | b32026263f66c3bbc3f97f24d7a1e47cb5876366 (diff) |
wrong merge in the previous fix
Diffstat (limited to 'forms/source/component/Grid.cxx')
-rw-r--r-- | forms/source/component/Grid.cxx | 6 |
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); |