diff options
Diffstat (limited to 'svgio/source/svgreader/svgpathnode.cxx')
-rw-r--r-- | svgio/source/svgreader/svgpathnode.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgpathnode.cxx b/svgio/source/svgreader/svgpathnode.cxx index d52114aa6da8..307d5c9f0345 100644 --- a/svgio/source/svgreader/svgpathnode.cxx +++ b/svgio/source/svgreader/svgpathnode.cxx @@ -39,10 +39,10 @@ namespace svgio::svgreader return checkForCssStyle(maSvgStyleAttributes); } - void SvgPathNode::parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent) + void SvgPathNode::parseAttribute(SVGToken aSVGToken, const OUString& aContent) { // call parent - SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); + SvgNode::parseAttribute(aSVGToken, aContent); // read style attributes maSvgStyleAttributes.parseStyleAttribute(aSVGToken, aContent); |