summaryrefslogtreecommitdiff
path: root/forms/source/component/File.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/File.cxx')
-rw-r--r--forms/source/component/File.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/File.cxx b/forms/source/component/File.cxx
index e92f168d3de3..7332f048c4cd 100644
--- a/forms/source/component/File.cxx
+++ b/forms/source/component/File.cxx
@@ -173,7 +173,7 @@ void OFileControlModel::describeFixedProperties( Sequence< Property >& _rProps )
BEGIN_DESCRIBE_PROPERTIES( 2, OControlModel )
DECL_PROP1(DEFAULT_TEXT, OUString, BOUND);
DECL_PROP1(TABINDEX, sal_Int16, BOUND);
- END_DESCRIBE_PROPERTIES();
+ DBG_ASSERT( pProperties == _rProps.getArray() + _rProps.getLength(), "<...>::describeFixedProperties/getInfoHelper: forgot to adjust the count ?");
}