summaryrefslogtreecommitdiff
path: root/basebmp
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp')
-rw-r--r--basebmp/source/bitmapdevice.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/basebmp/source/bitmapdevice.cxx b/basebmp/source/bitmapdevice.cxx
index e2836dedf260..bf3de07a80eb 100644
--- a/basebmp/source/bitmapdevice.cxx
+++ b/basebmp/source/bitmapdevice.cxx
@@ -1616,8 +1616,7 @@ void BitmapDevice::drawMaskedColor( Color aSrcColor,
BitmapDeviceSharedPtr pAlphaCopy(
cloneBitmapDevice( aSize,
shared_from_this()) );
- basegfx::B2ITuple aGcc3WorkaroundTemporary;
- const basegfx::B2IBox aAlphaRange( aGcc3WorkaroundTemporary,
+ const basegfx::B2IBox aAlphaRange( basegfx::B2ITuple(),
aSize );
pAlphaCopy->drawBitmap(rAlphaMask,
aSrcRange,
@@ -1669,8 +1668,7 @@ void BitmapDevice::drawMaskedColor( Color aSrcColor,
BitmapDeviceSharedPtr pAlphaCopy(
cloneBitmapDevice( aSize,
shared_from_this()) );
- basegfx::B2ITuple aGcc3WorkaroundTemporary;
- const basegfx::B2IBox aAlphaRange( aGcc3WorkaroundTemporary,
+ const basegfx::B2IBox aAlphaRange( basegfx::B2ITuple(),
aSize );
pAlphaCopy->drawBitmap(rAlphaMask,
aSrcRange,