summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-08-27 13:29:01 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-08-27 13:29:01 +0200
commit212b225da7e4817fb7a090deba3cd3513c034526 (patch)
treec6ff05dded712d308747fe0d901629f13fce7cf0 /sw
parent9d8cda2f54adc0af4abdc1fc9675e7bc9c94228c (diff)
OSL_ENSURE(false) -> assert(false)
Change-Id: I236f19cc33ee3cc51f47732ce3b753886c484580
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/paintfrm.cxx2
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;
}