diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-04-21 13:49:27 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-04-21 13:49:27 +0300 |
commit | 6dd392621891e159e2ccbc96453028f3b8ff2b7e (patch) | |
tree | dc3837164ccb1120310dcfc482f1be4b8b66cee5 /vcl/source/outdev | |
parent | 8d934b73ccac14c76f6596c33b087e22ba82be09 (diff) |
Make the OSL_ENSURE message match reality
Change-Id: Id006ebb6138d8cb1ec6f2242527e550674ab523a
Diffstat (limited to 'vcl/source/outdev')
-rw-r--r-- | vcl/source/outdev/bitmap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/bitmap.cxx b/vcl/source/outdev/bitmap.cxx index e0e953f45c85..f538ca03a5c2 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() ); |