summaryrefslogtreecommitdiff
path: root/forms/source/component/ImageButton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/ImageButton.cxx')
-rw-r--r--forms/source/component/ImageButton.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/ImageButton.cxx b/forms/source/component/ImageButton.cxx
index ef3fda257123..bb0cab6bb7db 100644
--- a/forms/source/component/ImageButton.cxx
+++ b/forms/source/component/ImageButton.cxx
@@ -81,7 +81,7 @@ void OImageButtonModel::describeFixedProperties( Sequence< Property >& _rProps )
DECL_PROP1(TARGET_URL, OUString, BOUND);
DECL_PROP1(TARGET_FRAME, 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 ?");
}
OUString OImageButtonModel::getServiceName()