summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp/gridcell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/fmcomp/gridcell.cxx')
-rw-r--r--svx/source/fmcomp/gridcell.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index 911d814285e2..0f58b708b2ba 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -131,8 +131,7 @@ namespace
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION("svx");
- OSL_FAIL( "getModelLineEndSetting: caught an exception!" );
+ TOOLS_WARN_EXCEPTION( "svx", "getModelLineEndSetting" );
}
return eFormat;
}
@@ -579,8 +578,7 @@ DbCellControl::DbCellControl( DbGridColumn& _rColumn )
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION("svx");
- OSL_FAIL( "DbCellControl::doPropertyListening: caught an exception!" );
+ TOOLS_WARN_EXCEPTION( "svx", "DbCellControl::doPropertyListening" );
}
}
@@ -602,8 +600,7 @@ void DbCellControl::implDoPropertyListening(const OUString& _rPropertyName, bool
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION("svx");
- OSL_FAIL( "DbCellControl::doPropertyListening: caught an exception!" );
+ TOOLS_WARN_EXCEPTION( "svx", "DbCellControl::doPropertyListening" );
}
}