diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-01 19:08:19 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-02 14:46:42 +0100 |
commit | 11d20507806d30e2d1955b93a568b84a2216ef69 (patch) | |
tree | b34fa3afac27eac9404f16e46b530aa2cbcad41d /svl/source/filepicker | |
parent | 7b981b7cab15e0fc2ebb159df2d40c3a2499b265 (diff) |
Move DBG_ERROR to OSL_FAIL
Diffstat (limited to 'svl/source/filepicker')
-rw-r--r-- | svl/source/filepicker/pickerhelper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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!" ); } } } |