diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2012-07-25 23:50:33 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2012-07-25 23:53:42 +0200 |
commit | 085e747b6ca4148b35f37daf622a5ee79710cd66 (patch) | |
tree | 2456f839026cbea541916c423a6a772f3cd805b0 /vcl/inc | |
parent | 8f5b707d905f84f0102d1fdf365761ca03688742 (diff) |
Fix bitmap resizing issue when using ScaleRotateCrop with BitmapEx.
Change-Id: I1fd08d94c506580ed7557066448ccb10adb9b16d
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/bitmapex.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/vcl/bitmapex.hxx b/vcl/inc/vcl/bitmapex.hxx index a29c27177679..437c70a794a8 100644 --- a/vcl/inc/vcl/bitmapex.hxx +++ b/vcl/inc/vcl/bitmapex.hxx @@ -60,7 +60,7 @@ private: Size aBitmapSize; Color aTransparentColor; TransparentType eTransparent; - sal_Bool bAlpha; + sal_Bool bAlpha; public: |