summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/multifil.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-19 14:06:18 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-19 14:06:18 +0100
commit352f1a58e24c9c3ec45829111a77fa9fbd8065ab (patch)
treef4d3ec761af697a535fad86c5fec2e045c933d0e /cui/source/dialogs/multifil.cxx
parent00d5ba291e359368ee484a7c0c43281c22bd3df6 (diff)
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
Diffstat (limited to 'cui/source/dialogs/multifil.cxx')
-rw-r--r--cui/source/dialogs/multifil.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/multifil.cxx b/cui/source/dialogs/multifil.cxx
index bdae49e60979..cc76430f7da0 100644
--- a/cui/source/dialogs/multifil.cxx
+++ b/cui/source/dialogs/multifil.cxx
@@ -121,7 +121,7 @@ IMPL_LINK( SvxMultiFileDialog, AddHdl_Impl, PushButton *, pBtn )
} // end of try(}
catch( const Exception& ) // catch every exception of comparison
{
- OSL_ENSURE( sal_False, "AddHdl_Impl: caught an unexpected exception!" );
+ OSL_FAIL( "AddHdl_Impl: caught an unexpected exception!" );
}
if ( bDuplicated ) // #97807# --------------------