diff options
Diffstat (limited to 'vcl/source/glyphs/gcach_rbmp.cxx')
-rwxr-xr-x[-rw-r--r--] | vcl/source/glyphs/gcach_rbmp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/glyphs/gcach_rbmp.cxx b/vcl/source/glyphs/gcach_rbmp.cxx index f951590b4b45..161e4c6314e7 100644..100755 --- a/vcl/source/glyphs/gcach_rbmp.cxx +++ b/vcl/source/glyphs/gcach_rbmp.cxx @@ -172,9 +172,9 @@ static void ImplRotate1_180( unsigned char* p1, const unsigned char* p2, bool RawBitmap::Rotate( int nAngle ) { - ULONG nNewScanlineSize = 0; - ULONG nNewHeight = 0; - ULONG nNewWidth = 0; + sal_uLong nNewScanlineSize = 0; + sal_uLong nNewHeight = 0; + sal_uLong nNewWidth = 0; // do inplace rotation or prepare double buffered rotation switch( nAngle ) |