[Libreoffice-commits] .: sw/source
Thomas Arnhold
tarnhold at kemper.freedesktop.org
Sat Feb 26 01:35:11 PST 2011
sw/source/filter/xml/xmltexti.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 997c26891f9256bd947c3b2dbddfe2a768f0a0a3
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Sat Feb 26 10:32:40 2011 +0100
Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)
diff --git a/sw/source/filter/xml/xmltexti.cxx b/sw/source/filter/xml/xmltexti.cxx
index f0842c1..4091f3b 100644
--- a/sw/source/filter/xml/xmltexti.cxx
+++ b/sw/source/filter/xml/xmltexti.cxx
@@ -153,7 +153,7 @@ static void lcl_setObjectVisualArea( const uno::Reference< embed::XEmbeddedObjec
}
catch( uno::Exception& )
{
- OSL_ASSERT( "Couldn't set visual area of the object!\n" );
+ OSL_FAIL( "Couldn't set visual area of the object!\n" );
}
}
}
More information about the Libreoffice-commits
mailing list