diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-19 14:06:18 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-19 14:06:18 +0100 |
commit | 7a336a2f2889ca48ef1bfec2398d32a96233e9d3 (patch) | |
tree | be45f3cae62dea4a85437047c7d57fec36a701c3 /extensions/source/propctrlr/listselectiondlg.cxx | |
parent | 2cb3d4b1f3344678a58d7390c0df5c7d9757f5ab (diff) |
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
Diffstat (limited to 'extensions/source/propctrlr/listselectiondlg.cxx')
-rw-r--r-- | extensions/source/propctrlr/listselectiondlg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/listselectiondlg.cxx b/extensions/source/propctrlr/listselectiondlg.cxx index 9c8cfcd59..e67279a08 100644 --- a/extensions/source/propctrlr/listselectiondlg.cxx +++ b/extensions/source/propctrlr/listselectiondlg.cxx @@ -110,7 +110,7 @@ namespace pcr } catch( const Exception& ) { - OSL_ENSURE( sal_False, "ListSelectionDialog::initialize: caught an exception!" ); + OSL_FAIL( "ListSelectionDialog::initialize: caught an exception!" ); } } @@ -129,7 +129,7 @@ namespace pcr } catch( const Exception& ) { - OSL_ENSURE( sal_False, "ListSelectionDialog::commitSelection: caught an exception!" ); + OSL_FAIL( "ListSelectionDialog::commitSelection: caught an exception!" ); } } |