diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-03 12:10:50 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-04 08:42:40 +0200 |
commit | 44752e2627378c55efeac88f537314bbd3078b6a (patch) | |
tree | b7af369737e58a51736dc4d56cc6684226ae12b9 /svgio/source/svgreader/svgpolynode.cxx | |
parent | 9fbd05e0c73970d5a4b5dbaebcff104e34776752 (diff) |
loplugin:checkunusedparams in svgio
Change-Id: I2e05fc51715902737ead6e57d0fbe167d715b822
Reviewed-on: https://gerrit.libreoffice.org/37194
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svgio/source/svgreader/svgpolynode.cxx')
-rw-r--r-- | svgio/source/svgreader/svgpolynode.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgpolynode.cxx b/svgio/source/svgreader/svgpolynode.cxx index 026f9d6b81ff..8f959da10004 100644 --- a/svgio/source/svgreader/svgpolynode.cxx +++ b/svgio/source/svgreader/svgpolynode.cxx @@ -55,7 +55,7 @@ namespace svgio SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); // read style attributes - maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false); + maSvgStyleAttributes.parseStyleAttribute(aSVGToken, aContent, false); // parse own switch(aSVGToken) |