From 662fc8eaa94d766104bced33c18b4718722c6692 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 6 May 2015 09:00:50 +0200 Subject: convert BMP_MIRROR constants to scoped enum and fix bug in svx/source/xoutdev/_xoutbmp.cxx,XOutBitmap::MirrorGraphic where it was not correctly translating between different flags types. Change-Id: I78b4965544da2aa54b67ec18307fa54c8ffc3aee --- cui/source/dialogs/colorpicker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') diff --git a/cui/source/dialogs/colorpicker.cxx b/cui/source/dialogs/colorpicker.cxx index 5d61f213e8c7..96bfff0c56d5 100644 --- a/cui/source/dialogs/colorpicker.cxx +++ b/cui/source/dialogs/colorpicker.cxx @@ -1092,7 +1092,7 @@ ColorPickerDialog::ColorPickerDialog( vcl::Window* pParent, sal_Int32 nColor, sa mpFISliderLeft->Show(true); BitmapEx aTmpBmp( maSliderImage.GetBitmapEx() ); - aTmpBmp.Mirror( BMP_MIRROR_HORZ ); + aTmpBmp.Mirror( BmpMirrorFlags::Horizontal ); mpFISliderRight->SetImage( Image( aTmpBmp ) ); Size aSize( maSliderImage.GetSizePixel() ); -- cgit v1.2.3