diff options
-rw-r--r-- | sw/source/core/unocore/unoobj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unoobj.cxx b/sw/source/core/unocore/unoobj.cxx index 006279ea0dca..bbdc6c11784b 100644 --- a/sw/source/core/unocore/unoobj.cxx +++ b/sw/source/core/unocore/unoobj.cxx @@ -2342,7 +2342,7 @@ void SAL_CALL SwXTextCursor::setPropertyValues( aPropertyNames[ i ] == UNO_NAME_IS_SKIP_PROTECTED_TEXT ) { // the behaviour of these is hard to model in a group - OSL_ASSERT("invalid property name for batch setting"); + OSL_FAIL("invalid property name for batch setting"); throw lang::IllegalArgumentException(); } aPropertyValues[ i ].Name = aPropertyNames[ i ]; |