summaryrefslogtreecommitdiff
path: root/svx/source/table/cellcursor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/cellcursor.cxx')
-rw-r--r--svx/source/table/cellcursor.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/table/cellcursor.cxx b/svx/source/table/cellcursor.cxx
index 2946c59a2773..f73f843b3d94 100644
--- a/svx/source/table/cellcursor.cxx
+++ b/svx/source/table/cellcursor.cxx
@@ -250,7 +250,7 @@ bool CellCursor::GetMergedSelection( CellPos& rStart, CellPos& rEnd )
}
catch( Exception& )
{
- DBG_ERROR("sdr::table::SvmxTableController::GetMergedSelection(), exception caught!");
+ OSL_FAIL("sdr::table::SvmxTableController::GetMergedSelection(), exception caught!");
}
return false;
}
@@ -280,7 +280,7 @@ void SAL_CALL CellCursor::merge( ) throw (NoSupportException, RuntimeException)
}
catch( Exception& )
{
- DBG_ERROR("sdr::table::CellCursor::merge(), exception caught!");
+ OSL_FAIL("sdr::table::CellCursor::merge(), exception caught!");
}
if( bUndo )
@@ -550,7 +550,7 @@ void SAL_CALL CellCursor::split( sal_Int32 nColumns, sal_Int32 nRows ) throw (No
}
catch( Exception& )
{
- DBG_ERROR("sdr::table::CellCursor::split(), exception caught!");
+ OSL_FAIL("sdr::table::CellCursor::split(), exception caught!");
throw NoSupportException();
}