diff options
Diffstat (limited to 'vcl/source/outdev/transparent.cxx')
-rw-r--r-- | vcl/source/outdev/transparent.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/outdev/transparent.cxx b/vcl/source/outdev/transparent.cxx index c180114315f1..fce446688a73 100644 --- a/vcl/source/outdev/transparent.cxx +++ b/vcl/source/outdev/transparent.cxx @@ -568,8 +568,8 @@ void OutputDevice::EmulateDrawTransparent ( const tools::PolyPolygon& rPolyPoly, } } - aPolyMask.ReleaseAccess( pR ); - aPaint.ReleaseAccess( pW ); + Bitmap::ReleaseAccess( pR ); + Bitmap::ReleaseAccess( pW ); DrawBitmap( aDstRect.TopLeft(), aPaint ); |