summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-11-21 10:20:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-11-21 10:20:41 +0000
commit4cac2386bf2579f84838749febb2093e03819514 (patch)
tree0a32073c62b26ff41d182fc6164a088c342f0e79
parent89ca0706ac8461b9d065a09b54f255fbc66230e4 (diff)
#i10000#: add missing parameter to call to impBufferDevice ctor
-rw-r--r--drawinglayer/source/processor2d/vclprocessor2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx b/drawinglayer/source/processor2d/vclprocessor2d.cxx
index 811d77e91f..bcd4ad24d7 100644
--- a/drawinglayer/source/processor2d/vclprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx
@@ -739,7 +739,7 @@ namespace drawinglayer
// alpha is in visible range
basegfx::B2DRange aRange(primitive2d::getB2DRangeFromPrimitive2DSequence(rTransCandidate.getChildren(), getViewInformation2D()));
aRange.transform(maCurrentTransformation);
- impBufferDevice aBufferDevice(*mpOutputDevice, aRange);
+ impBufferDevice aBufferDevice(*mpOutputDevice, aRange, true);
if(aBufferDevice.isVisible())
{