From 8184a1310420e9d99bae389f28e1284e4447ae7f Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Wed, 15 Dec 2010 01:42:43 +0100 Subject: Fix dbgutil build --- cui/source/dialogs/iconcdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') 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 ) -- cgit v1.2.3