diff options
Diffstat (limited to 'svgio/inc/svgimagenode.hxx')
-rw-r--r-- | svgio/inc/svgimagenode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgimagenode.hxx b/svgio/inc/svgimagenode.hxx index 074b659783b3..fa53c2e9cf27 100644 --- a/svgio/inc/svgimagenode.hxx +++ b/svgio/inc/svgimagenode.hxx @@ -52,7 +52,7 @@ namespace svgio::svgreader virtual ~SvgImageNode() 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, set if found in current context |