summaryrefslogtreecommitdiff
path: root/cui/source/dialogs
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-26 10:30:34 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-26 10:42:19 +0100
commit52370d787a8472b1e185e56b82e544a995ca5f65 (patch)
tree2b352bdd6749c7386354afd766ae51bf422cd0b0 /cui/source/dialogs
parent6e03518fb6ab1e3f0effe8a04ab984ba3fd9eff1 (diff)
Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)
Diffstat (limited to 'cui/source/dialogs')
-rw-r--r--cui/source/dialogs/insdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/insdlg.cxx b/cui/source/dialogs/insdlg.cxx
index b957e28cd838..e12ad0ddfce1 100644
--- a/cui/source/dialogs/insdlg.cxx
+++ b/cui/source/dialogs/insdlg.cxx
@@ -364,7 +364,7 @@ short SvInsertOleDlg::Execute()
}
else
{
- OSL_ASSERT( "Can not get InteractionHandler!\n" );
+ OSL_FAIL( "Can not get InteractionHandler!\n" );
aMedium.realloc( 1 );
}