summaryrefslogtreecommitdiff
path: root/svgio/inc/svgtrefnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgtrefnode.hxx')
-rw-r--r--svgio/inc/svgtrefnode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgtrefnode.hxx b/svgio/inc/svgtrefnode.hxx
index 04fbb509c80e..c4701ceec463 100644
--- a/svgio/inc/svgtrefnode.hxx
+++ b/svgio/inc/svgtrefnode.hxx
@@ -42,7 +42,7 @@ namespace svgio::svgreader
virtual ~SvgTrefNode() override;
virtual const SvgStyleAttributes* getSvgStyleAttributes() const override;
- virtual void parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent) override;
+ virtual void parseAttribute(SVGToken aSVGToken, const OUString& aContent) override;
/// access to referenced SvgTextNode
const SvgTextNode* getReferencedSvgTextNode() const;