diff options
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/processor2d/vclprocessor2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx b/drawinglayer/source/processor2d/vclprocessor2d.cxx index b47d09fdf8d3..58a1801a0d1d 100644 --- a/drawinglayer/source/processor2d/vclprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx @@ -457,7 +457,7 @@ namespace drawinglayer // a bitmap in gray or Black/White (!) if(aBitmapEx.GetBitCount() < 24) { - aBitmapEx.Convert(BMP_CONVERSION_24BIT); + aBitmapEx.Convert(BmpConversion::N24Bit); } aBitmapEx.Scale(aNeededBitmapSizePixel, BmpScaleFlag::Interpolate); |