diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-08-27 13:29:01 +0200 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-08-27 13:29:01 +0200 |
commit | 212b225da7e4817fb7a090deba3cd3513c034526 (patch) | |
tree | c6ff05dded712d308747fe0d901629f13fce7cf0 /sw | |
parent | 9d8cda2f54adc0af4abdc1fc9675e7bc9c94228c (diff) |
OSL_ENSURE(false) -> assert(false)
Change-Id: I236f19cc33ee3cc51f47732ce3b753886c484580
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/paintfrm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index b86ca4cfd155..9095a7277c3b 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; } |