From de148e861882524f7e8736c89508aa80bcd5125a Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Mon, 25 Jan 2016 21:20:26 +1100 Subject: vcl: remove entirely useless comments, fix tab spacing of impgraph.hxx Change-Id: Id66ebb7c20b2f5cf03cb8e0e676a3467fbee3b4b --- vcl/inc/impgraph.hxx | 38 ++++++++++++++++---------------------- 1 file changed, 16 insertions(+), 22 deletions(-) (limited to 'vcl/inc/impgraph.hxx') diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx index c0e068993614..957fa12aa6c4 100644 --- a/vcl/inc/impgraph.hxx +++ b/vcl/inc/impgraph.hxx @@ -27,19 +27,15 @@ #include #include -// - ImpSwapInfo - - struct ImpSwapInfo { MapMode maPrefMapMode; Size maPrefSize; }; -// - ImpGraphic - - -class OutputDevice; -class GfxLink; -struct ImpSwapFile; +class OutputDevice; +class GfxLink; +struct ImpSwapFile; class GraphicConversionParameters; class ImpGraphic @@ -58,10 +54,9 @@ private: GraphicType meType; mutable sal_uLong mnSizeBytes; sal_uLong mnRefCount; - bool mbSwapOut; - bool mbSwapUnderway; + bool mbSwapOut; + bool mbSwapUnderway; - // SvgData support SvgDataPtr maSvgData; private: @@ -86,15 +81,15 @@ private: void ImplSetDefaultType(); bool ImplIsSupportedGraphic() const; - bool ImplIsTransparent() const; - bool ImplIsAlpha() const; - bool ImplIsAnimated() const; - bool ImplIsEPS() const; + bool ImplIsTransparent() const; + bool ImplIsAlpha() const; + bool ImplIsAnimated() const; + bool ImplIsEPS() const; - Bitmap ImplGetBitmap(const GraphicConversionParameters& rParameters) const; - BitmapEx ImplGetBitmapEx(const GraphicConversionParameters& rParameters) const; - Animation ImplGetAnimation() const; - const GDIMetaFile& ImplGetGDIMetaFile() const; + Bitmap ImplGetBitmap(const GraphicConversionParameters& rParameters) const; + BitmapEx ImplGetBitmapEx(const GraphicConversionParameters& rParameters) const; + Animation ImplGetAnimation() const; + const GDIMetaFile& ImplGetGDIMetaFile() const; Size ImplGetPrefSize() const; void ImplSetPrefSize( const Size& rPrefSize ); @@ -102,7 +97,7 @@ private: MapMode ImplGetPrefMapMode() const; void ImplSetPrefMapMode( const MapMode& rPrefMapMode ); - sal_uLong ImplGetSizeBytes() const; + sal_uLong ImplGetSizeBytes() const; void ImplDraw( OutputDevice* pOutDev, const Point& rDestPt ) const; @@ -119,7 +114,7 @@ private: long nExtraData = 0 ); void ImplSetAnimationNotifyHdl( const Link& rLink ); - Link ImplGetAnimationNotifyHdl() const; + Link ImplGetAnimationNotifyHdl() const; sal_uLong ImplGetAnimationLoopCount() const; @@ -152,8 +147,7 @@ private: friend SvStream& WriteImpGraphic( SvStream& rOStm, const ImpGraphic& rImpGraphic ); friend SvStream& ReadImpGraphic( SvStream& rIStm, ImpGraphic& rImpGraphic ); - // SvgData support - const SvgDataPtr& getSvgData() const { return maSvgData;} + const SvgDataPtr& getSvgData() const { return maSvgData; } }; #endif // INCLUDED_VCL_INC_IMPGRAPH_HXX -- cgit