summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-12-15 01:42:43 +0100
committerThorsten Behrens <tbehrens@novell.com>2010-12-15 01:42:43 +0100
commit8184a1310420e9d99bae389f28e1284e4447ae7f (patch)
treeb5c7bae20eb144a1f9c5f607b5a85b74d57adbe0 /cui
parent1ad80c04caf67e38531fa0d1ebc67b2fe93924c8 (diff)
Fix dbgutil build
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/iconcdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx
index 1ac322950e30..f8822c8d5f6f 100644
--- a/cui/source/dialogs/iconcdlg.cxx
+++ b/cui/source/dialogs/iconcdlg.cxx
@@ -874,7 +874,7 @@ IMPL_LINK( IconChoiceDialog, CancelHdl, Button*, EMPTYARG )
void IconChoiceDialog::ActivatePageImpl ()
{
- DBG_ASSERT( maPageList.Count(), "keine Pages angemeldet" );
+ DBG_ASSERT( !maPageList.empty(), "keine Pages angemeldet" );
IconChoicePageData* pData = GetPageData ( mnCurrentPageId );
DBG_ASSERT( pData, "Id nicht bekannt" );
if ( pData )