From 85819f2374d94b891ba6702ac9dfbdc3b6db9795 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sun, 11 Jan 2015 13:46:20 +1100 Subject: vcl: cosmetic reident and cleanup of RawBitmap class definition Change-Id: I747199b0cf7079bcebef396865942876f592da8d --- vcl/inc/generic/glyphcache.hxx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'vcl') diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx index 5930f17fe7b7..6526cfbaf886 100644 --- a/vcl/inc/generic/glyphcache.hxx +++ b/vcl/inc/generic/glyphcache.hxx @@ -337,22 +337,23 @@ protected: class VCL_DLLPUBLIC RawBitmap { public: - RawBitmap(); - ~RawBitmap(); - bool Rotate( int nAngle ); + RawBitmap(); + ~RawBitmap(); + + bool Rotate( int nAngle ); public: basebmp::RawMemorySharedArray mpBits; - sal_uLong mnAllocated; + sal_uLong mnAllocated; - sal_uLong mnWidth; - sal_uLong mnHeight; + sal_uLong mnWidth; + sal_uLong mnHeight; - sal_uLong mnScanlineSize; - sal_uLong mnBitCount; + sal_uLong mnScanlineSize; + sal_uLong mnBitCount; - int mnXOffset; - int mnYOffset; + int mnXOffset; + int mnYOffset; }; #endif // INCLUDED_VCL_INC_GENERIC_GLYPHCACHE_HXX -- cgit v1.2.3