[Libreoffice-commits] core.git: sw/source

Zolnai Tamás zolnaitamas2000 at gmail.com
Tue Aug 27 04:29:35 PDT 2013


 sw/source/core/layout/paintfrm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 212b225da7e4817fb7a090deba3cd3513c034526
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
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;
     }
 


More information about the Libreoffice-commits mailing list