diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 19:59:13 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:26:19 +0100 |
commit | c1d37365c42a0627a66310c46d4beb2337633654 (patch) | |
tree | 5eccb263b481a3112c8d400054120cbd5db2963f /vcl/source/gdi/bitmap3.cxx | |
parent | 946f6132f9172fc7f79a1d99051011426767bf90 (diff) |
bool improvements
Change-Id: Iede12ed1e35581cf48d64b898f22949d0c1aa6de
Diffstat (limited to 'vcl/source/gdi/bitmap3.cxx')
-rw-r--r-- | vcl/source/gdi/bitmap3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/bitmap3.cxx b/vcl/source/gdi/bitmap3.cxx index 8522af01c529..a4accba5de0f 100644 --- a/vcl/source/gdi/bitmap3.cxx +++ b/vcl/source/gdi/bitmap3.cxx @@ -958,7 +958,7 @@ sal_Bool Bitmap::Scale( const Size& rNewSize, sal_uInt32 nScaleFlag ) nScaleFlag ); } else - bRet = sal_True; + bRet = true; return bRet; } |