vcl/source/outdev/bitmap.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6dd392621891e159e2ccbc96453028f3b8ff2b7e
Author: Tor Lillqvist <t...@collabora.com>
Date:   Thu Apr 21 13:49:27 2016 +0300

    Make the OSL_ENSURE message match reality
    
    Change-Id: Id006ebb6138d8cb1ec6f2242527e550674ab523a

diff --git a/vcl/source/outdev/bitmap.cxx b/vcl/source/outdev/bitmap.cxx
index e0e953f..f538ca0 100644
--- a/vcl/source/outdev/bitmap.cxx
+++ b/vcl/source/outdev/bitmap.cxx
@@ -447,7 +447,7 @@ Bitmap OutputDevice::GetBitmap( const Point& rSrcPt, const 
Size& rSize ) const
                         }
                         else
                         {
-                            OSL_ENSURE(false, "CopyBits with negative width or 
height (!)");
+                            OSL_ENSURE(false, "CopyBits with zero or negative 
width or height");
                         }
 
                         aBmp = aVDev->GetBitmap( Point(), 
aVDev->GetOutputSizePixel() );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to