From 7795907fa9434441a86e878799b04149700fe622 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 2 Nov 2017 15:17:06 +0200 Subject: loplugin:constmethod in drawinglayer Change-Id: I6a33765f6589fc2941162eb2dcaa4e0a2d9e46e1 Reviewed-on: https://gerrit.libreoffice.org/44214 Tested-by: Jenkins Reviewed-by: Noel Grandin --- drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx') diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx index 951510277c7b..122cafa47978 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx @@ -78,7 +78,7 @@ namespace drawinglayer void impConvertFillGradientAttributeToVCLGradient( Gradient& o_rVCLGradient, const attribute::FillGradientAttribute& rFiGrAtt, - bool bIsTransparenceGradient); + bool bIsTransparenceGradient) const; void impStartSvtGraphicFill(SvtGraphicFill const * pSvtGraphicFill); void impEndSvtGraphicFill(SvtGraphicFill* pSvtGraphicFill); SvtGraphicStroke* impTryToCreateSvtGraphicStroke( -- cgit