diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-19 14:09:49 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-19 14:09:49 +0100 |
commit | 970be45287de1a046df1c546abb06ad5f6b9c084 (patch) | |
tree | 0a88a771e96b5e9d884e5b087adad9d320bdbe7b /svx/source/form/fmpgeimp.cxx | |
parent | e35cffb37a792b78f8dbcd85b329fa88097b1ea5 (diff) |
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
Diffstat (limited to 'svx/source/form/fmpgeimp.cxx')
-rwxr-xr-x | svx/source/form/fmpgeimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmpgeimp.cxx b/svx/source/form/fmpgeimp.cxx index a9e740d73baa..1134b3e5f2be 100755 --- a/svx/source/form/fmpgeimp.cxx +++ b/svx/source/form/fmpgeimp.cxx @@ -628,7 +628,7 @@ Reference< XForm > FmFormPageImpl::findFormForDataSource( catch(const Exception& e) { (void)e; - OSL_ENSURE(sal_False, "FmFormPageImpl::findFormForDataSource: caught an exception!"); + OSL_FAIL("FmFormPageImpl::findFormForDataSource: caught an exception!"); } if (sLookupName == sFormDataSourceName) |