From 11d20507806d30e2d1955b93a568b84a2216ef69 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 1 Mar 2011 19:08:19 +0100 Subject: Move DBG_ERROR to OSL_FAIL --- svl/source/filepicker/pickerhelper.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svl/source/filepicker') diff --git a/svl/source/filepicker/pickerhelper.cxx b/svl/source/filepicker/pickerhelper.cxx index 6b6bf96a54a6..b241ea95492e 100644 --- a/svl/source/filepicker/pickerhelper.cxx +++ b/svl/source/filepicker/pickerhelper.cxx @@ -67,7 +67,7 @@ namespace svt } catch( const css::uno::Exception& ) { - DBG_ERROR( "svt::SetDialogHelpId(): caught an exception while setting the help id!" ); + OSL_FAIL( "svt::SetDialogHelpId(): caught an exception while setting the help id!" ); } } @@ -93,7 +93,7 @@ namespace svt } catch( const css::uno::Exception& ) { - DBG_ERROR( "svt::SetDialogHelpId(): caught an exception while setting the help id!" ); + OSL_FAIL( "svt::SetDialogHelpId(): caught an exception while setting the help id!" ); } } } -- cgit