diff options
Diffstat (limited to 'sc/source/ui/navipi/navcitem.cxx')
-rw-r--r-- | sc/source/ui/navipi/navcitem.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/navipi/navcitem.cxx b/sc/source/ui/navipi/navcitem.cxx index 3d30ddb74d94..8e5398bb059d 100644 --- a/sc/source/ui/navipi/navcitem.cxx +++ b/sc/source/ui/navipi/navcitem.cxx @@ -66,7 +66,7 @@ void ScNavigatorControllerItem::StateChanged( sal_uInt16 /* nSID */, SfxItemStat { const SfxStringItem* pCellPosItem = PTR_CAST(SfxStringItem, pItem); - DBG_ASSERT( pCellPosItem, "SfxStringItem expected!" ); + OSL_ENSURE( pCellPosItem, "SfxStringItem expected!" ); if ( pCellPosItem ) { @@ -89,7 +89,7 @@ void ScNavigatorControllerItem::StateChanged( sal_uInt16 /* nSID */, SfxItemStat { const SfxUInt16Item* pTabItem = PTR_CAST(SfxUInt16Item, pItem); - DBG_ASSERT( pTabItem, "SfxUInt16Item expected!" ); + OSL_ENSURE( pTabItem, "SfxUInt16Item expected!" ); // Tabelle fuer Basic ist 1-basiert if ( pTabItem && pTabItem->GetValue() ) |