diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-26 10:30:44 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-26 10:30:44 +0100 |
commit | 621e92d1a990b11b3b96fe513566658feaaa3e65 (patch) | |
tree | a8a48924556b761c57e07b17fc9b54b4206e57d2 /sdext | |
parent | 5409cda1afc00b21d26ffaeba7cc7dbbf9adf89d (diff) |
Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/pdfimport/services.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/services.cxx b/sdext/source/pdfimport/services.cxx index 021872d6dd4a..7b1d28d108a3 100644 --- a/sdext/source/pdfimport/services.cxx +++ b/sdext/source/pdfimport/services.cxx @@ -147,7 +147,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo( void* /*pServiceManager*/, voi } catch( Exception& ) { - OSL_ASSERT( "OModule::writeComponentInfos: something went wrong while creating the keys!" ); + OSL_FAIL( "OModule::writeComponentInfos: something went wrong while creating the keys!" ); return sal_False; } ++pComponents; |