From 184a00b96235f6432294ded63ce4a4a318effdb5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 9 Jun 2014 10:09:42 +0200 Subject: loplugin: inlinesimplememberfunctions Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b --- vcl/source/gdi/graphictools.cxx | 44 ----------------------------------------- 1 file changed, 44 deletions(-) (limited to 'vcl/source/gdi/graphictools.cxx') diff --git a/vcl/source/gdi/graphictools.cxx b/vcl/source/gdi/graphictools.cxx index fe2b76006988..015476042e10 100644 --- a/vcl/source/gdi/graphictools.cxx +++ b/vcl/source/gdi/graphictools.cxx @@ -76,30 +76,10 @@ void SvtGraphicStroke::getEndArrow( PolyPolygon& rPath ) const rPath = maEndArrow; } -double SvtGraphicStroke::getTransparency() const -{ - return mfTransparency; -} -double SvtGraphicStroke::getStrokeWidth() const -{ - return mfStrokeWidth; -} -SvtGraphicStroke::CapType SvtGraphicStroke::getCapType() const -{ - return maCapType; -} -SvtGraphicStroke::JoinType SvtGraphicStroke::getJoinType() const -{ - return maJoinType; -} -double SvtGraphicStroke::getMiterLimit() const -{ - return mfMiterLimit; -} void SvtGraphicStroke::getDashArray( DashArray& rDashArray ) const { @@ -242,40 +222,16 @@ Color SvtGraphicFill::getFillColor() const return maFillColor; } -double SvtGraphicFill::getTransparency() const -{ - return mfTransparency; -} -SvtGraphicFill::FillRule SvtGraphicFill::getFillRule() const -{ - return maFillRule; -} -SvtGraphicFill::FillType SvtGraphicFill::getFillType() const -{ - return maFillType; -} void SvtGraphicFill::getTransform( Transform& rTrans ) const { rTrans = maFillTransform; } -bool SvtGraphicFill::IsTiling() const -{ - return mbTiling; -} -bool SvtGraphicFill::isTiling() const -{ - return mbTiling; -} -SvtGraphicFill::GradientType SvtGraphicFill::getGradientType() const -{ - return maGradientType; -} void SvtGraphicFill::getGraphic( Graphic& rGraphic ) const { -- cgit