summaryrefslogtreecommitdiff
path: root/drawinglayer/source/processor2d/vclhelperbitmaptransform.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/processor2d/vclhelperbitmaptransform.cxx')
-rw-r--r--drawinglayer/source/processor2d/vclhelperbitmaptransform.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/vclhelperbitmaptransform.cxx b/drawinglayer/source/processor2d/vclhelperbitmaptransform.cxx
index e46b094edc9d..9cccec831386 100644
--- a/drawinglayer/source/processor2d/vclhelperbitmaptransform.cxx
+++ b/drawinglayer/source/processor2d/vclhelperbitmaptransform.cxx
@@ -339,7 +339,7 @@ namespace drawinglayer
{
// do NOT use erase; for e.g. 8bit Bitmaps, the nearest color to the given
// erase color is determined and used -> this may be different from what is
- // wanted here. Better create a new bitmap with the needed color explicitely
+ // wanted here. Better create a new bitmap with the needed color explicitly
BitmapReadAccess* pReadAccess = aChangedBitmap.AcquireReadAccess();
OSL_ENSURE(pReadAccess, "Got no Bitmap ReadAccess ?!?");