summaryrefslogtreecommitdiff
path: root/vcl/source/outdev
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/outdev')
-rw-r--r--vcl/source/outdev/bitmap.cxx2
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() );