diff options
Diffstat (limited to 'forms/source/component/Hidden.cxx')
-rw-r--r-- | forms/source/component/Hidden.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/Hidden.cxx b/forms/source/component/Hidden.cxx index 8e31aa57b1b7..c337cd3c5009 100644 --- a/forms/source/component/Hidden.cxx +++ b/forms/source/component/Hidden.cxx @@ -112,7 +112,7 @@ void OHiddenModel::describeFixedProperties( Sequence< Property >& _rProps ) cons DECL_PROP1(HIDDEN_VALUE, OUString, BOUND); DECL_PROP1(NAME, OUString, BOUND); DECL_PROP1(TAG, OUString, BOUND); - END_DESCRIBE_PROPERTIES(); + DBG_ASSERT( pProperties == _rProps.getArray() + _rProps.getLength(), "<...>::describeFixedProperties/getInfoHelper: forgot to adjust the count ?"); } // XServiceInfo |