diff options
Diffstat (limited to 'sw/source/ui/envelp/labimg.cxx')
-rw-r--r-- | sw/source/ui/envelp/labimg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/envelp/labimg.cxx b/sw/source/ui/envelp/labimg.cxx index 0f7bb9cfa622..6406861f114b 100644 --- a/sw/source/ui/envelp/labimg.cxx +++ b/sw/source/ui/envelp/labimg.cxx @@ -293,7 +293,7 @@ SwLabCfgItem::SwLabCfgItem(sal_Bool bLabel) : Sequence<Any> aValues = GetProperties(aNames); EnableNotification(aNames); const Any* pValues = aValues.getConstArray(); - DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed") + DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); sal_Bool bNoConfigValues = sal_True; if(aValues.getLength() == aNames.getLength()) { |