diff options
Diffstat (limited to 'svgio/inc/svganode.hxx')
-rw-r--r-- | svgio/inc/svganode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svganode.hxx b/svgio/inc/svganode.hxx index 1590421c5a11..34bc551a54dd 100644 --- a/svgio/inc/svganode.hxx +++ b/svgio/inc/svganode.hxx @@ -41,7 +41,7 @@ namespace svgio::svgreader virtual ~SvgANode() 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; virtual void decomposeSvgNode(drawinglayer::primitive2d::Primitive2DContainer& rTarget, bool bReferenced) const override; /// transform content |