diff options
Diffstat (limited to 'drawinglayer/source/primitive2d/sceneprimitive2d.cxx')
-rw-r--r-- | drawinglayer/source/primitive2d/sceneprimitive2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/sceneprimitive2d.cxx b/drawinglayer/source/primitive2d/sceneprimitive2d.cxx index 5d3e972a6592..98fb19bfe172 100644 --- a/drawinglayer/source/primitive2d/sceneprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/sceneprimitive2d.cxx @@ -49,7 +49,7 @@ namespace if(nWidth && nHeight) { const Size aDestSize(nWidth, nHeight); - vcl::bitmap::RawBitmap aContent(aDestSize); + vcl::bitmap::RawBitmap aContent(aDestSize, 32); if(mnAntiAlialize) { |