From 44752e2627378c55efeac88f537314bbd3078b6a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 3 May 2017 12:10:50 +0200 Subject: loplugin:checkunusedparams in svgio Change-Id: I2e05fc51715902737ead6e57d0fbe167d715b822 Reviewed-on: https://gerrit.libreoffice.org/37194 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svgio/inc/svgcharacternode.hxx | 2 +- svgio/inc/svgstyleattributes.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'svgio/inc') diff --git a/svgio/inc/svgcharacternode.hxx b/svgio/inc/svgcharacternode.hxx index d0c74d18d217..13f44304c62e 100644 --- a/svgio/inc/svgcharacternode.hxx +++ b/svgio/inc/svgcharacternode.hxx @@ -43,7 +43,7 @@ namespace svgio public: SvgTextPositions(); - void parseTextPositionAttributes(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent); + void parseTextPositionAttributes(SVGToken aSVGToken, const OUString& aContent); /// X content const SvgNumberVector& getX() const { return maX; } diff --git a/svgio/inc/svgstyleattributes.hxx b/svgio/inc/svgstyleattributes.hxx index 2021204276ab..b9f655eba3d2 100644 --- a/svgio/inc/svgstyleattributes.hxx +++ b/svgio/inc/svgstyleattributes.hxx @@ -284,7 +284,7 @@ namespace svgio public: /// local attribute scanner - void parseStyleAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& rContent, + void parseStyleAttribute(SVGToken aSVGToken, const OUString& rContent, bool bCaseIndependent); /// helper which does the necessary with a given path -- cgit