summaryrefslogtreecommitdiff
path: root/svl/source/filepicker/pickerhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/filepicker/pickerhelper.cxx')
-rw-r--r--svl/source/filepicker/pickerhelper.cxx4
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!" );
}
}
}