summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgfeimagenode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgfeimagenode.cxx')
-rw-r--r--svgio/source/svgreader/svgfeimagenode.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgfeimagenode.cxx b/svgio/source/svgreader/svgfeimagenode.cxx
index 12938a6e1be7..7174bcaf4a27 100644
--- a/svgio/source/svgreader/svgfeimagenode.cxx
+++ b/svgio/source/svgreader/svgfeimagenode.cxx
@@ -36,8 +36,7 @@ SvgFeImageNode::SvgFeImageNode(SvgDocument& rDocument, SvgNode* pParent)
SvgFeImageNode::~SvgFeImageNode() {}
-void SvgFeImageNode::parseAttribute(const OUString& /*rTokenName*/, SVGToken aSVGToken,
- const OUString& aContent)
+void SvgFeImageNode::parseAttribute(SVGToken aSVGToken, const OUString& aContent)
{
// parse own
switch (aSVGToken)