From ac0811b10e05392e9308ad2616a72366c8e3fceb Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 24 Feb 2011 18:26:34 +0100 Subject: Move DBG_ERROR -> OSL_ASSERT --- dbaccess/source/ui/browser/sbagrid.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/browser/sbagrid.cxx') diff --git a/dbaccess/source/ui/browser/sbagrid.cxx b/dbaccess/source/ui/browser/sbagrid.cxx index 862257f49f8f..66058ce54f68 100644 --- a/dbaccess/source/ui/browser/sbagrid.cxx +++ b/dbaccess/source/ui/browser/sbagrid.cxx @@ -1289,7 +1289,7 @@ void SbaGridControl::DoColumnDrag(sal_uInt16 nColumnPos) } catch(Exception&) { - DBG_ERROR("SbaGridControl::DoColumnDrag : something went wrong while getting the column"); + OSL_ASSERT("SbaGridControl::DoColumnDrag : something went wrong while getting the column"); } if (0 == sField.getLength()) return; @@ -1372,7 +1372,7 @@ void SbaGridControl::DoFieldDrag(sal_uInt16 nColumnPos, sal_Int16 nRowPos) } catch(Exception&) { - DBG_ERROR("SbaGridControl::DoFieldDrag : could not retrieve the cell's contents !"); + OSL_ASSERT("SbaGridControl::DoFieldDrag : could not retrieve the cell's contents !"); return; } -- cgit v1.2.3