sw/source/core/layout/paintfrm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 212b225da7e4817fb7a090deba3cd3513c034526 Author: Zolnai Tamás <[email protected]> Date: Tue Aug 27 13:29:01 2013 +0200 OSL_ENSURE(false) -> assert(false) Change-Id: I236f19cc33ee3cc51f47732ce3b753886c484580 diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index b86ca4c..9095a72 100644 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -4354,7 +4354,7 @@ static void lcl_PaintShadow( const SwRect& rRect, SwRect& rOutRect, } break; default: - OSL_ENSURE( false, "new ShadowLocation() ?" ); + assert(false); break; }
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
