summaryrefslogtreecommitdiffstats
path: root/svgio/source/svgreader/svgtextnode.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-03 12:10:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-04 08:42:40 +0200
commit44752e2627378c55efeac88f537314bbd3078b6a (patch)
treeb7af369737e58a51736dc4d56cc6684226ae12b9 /svgio/source/svgreader/svgtextnode.cxx
parentloplugin:checkunusedparams in starmath (diff)
downloadcore-44752e2627378c55efeac88f537314bbd3078b6a.tar.gz
core-44752e2627378c55efeac88f537314bbd3078b6a.zip
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/svgtextnode.cxx')
-rw-r--r--svgio/source/svgreader/svgtextnode.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgtextnode.cxx b/svgio/source/svgreader/svgtextnode.cxx
index 5ca07549fb8b..16c9d4bf93ef 100644
--- a/svgio/source/svgreader/svgtextnode.cxx
+++ b/svgio/source/svgreader/svgtextnode.cxx
@@ -55,10 +55,10 @@ namespace svgio
SvgNode::parseAttribute(rTokenName, aSVGToken, aContent);
// read style attributes
- maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false);
+ maSvgStyleAttributes.parseStyleAttribute(aSVGToken, aContent, false);
// read text position attributes
- maSvgTextPositions.parseTextPositionAttributes(rTokenName, aSVGToken, aContent);
+ maSvgTextPositions.parseTextPositionAttributes(aSVGToken, aContent);
// parse own
switch(aSVGToken)