From 08366676c82d585019b575eb9ddb2d9fc537dd76 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Jul 2017 11:54:21 +0200 Subject: loplugin:constparams in drawinglayer Change-Id: I3111210ae77f67301bb319d5364f77c52e2c4d6d Reviewed-on: https://gerrit.libreoffice.org/40220 Tested-by: Jenkins Reviewed-by: Noel Grandin --- drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx') diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx index bbd032dfd94e..50ab3ec33566 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx @@ -79,7 +79,7 @@ namespace drawinglayer Gradient& o_rVCLGradient, const attribute::FillGradientAttribute& rFiGrAtt, bool bIsTransparenceGradient); - void impStartSvtGraphicFill(SvtGraphicFill* pSvtGraphicFill); + void impStartSvtGraphicFill(SvtGraphicFill const * pSvtGraphicFill); void impEndSvtGraphicFill(SvtGraphicFill* pSvtGraphicFill); SvtGraphicStroke* impTryToCreateSvtGraphicStroke( const basegfx::B2DPolygon& rB2DPolygon, @@ -88,7 +88,7 @@ namespace drawinglayer const attribute::StrokeAttribute* pStrokeAttribute, const attribute::LineStartEndAttribute* pStart, const attribute::LineStartEndAttribute* pEnd); - void impStartSvtGraphicStroke(SvtGraphicStroke* pSvtGraphicStroke); + void impStartSvtGraphicStroke(SvtGraphicStroke const * pSvtGraphicStroke); void impEndSvtGraphicStroke(SvtGraphicStroke* pSvtGraphicStroke); /// Convert the fWidth to the same space as its coordinates. -- cgit