summaryrefslogtreecommitdiff
path: root/svgio/inc/svgpolynode.hxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2023-10-26 12:10:14 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2023-10-27 06:35:41 +0200
commit48ff87e100b7aa3a519937a73076f5c38cb919da (patch)
treeb7bb897bc45ddb525c4230b613cccf7602e16d7c /svgio/inc/svgpolynode.hxx
parent009ea6f786e5a7fd1e08d768e33b5b7af30e5765 (diff)
Drop rTokenName argument from SvgNode::parseAttribute
It was never used. Change-Id: I8bc7d625977a6cdc8fe6863037e72577dbfc46c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158493 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'svgio/inc/svgpolynode.hxx')
-rw-r--r--svgio/inc/svgpolynode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgpolynode.hxx b/svgio/inc/svgpolynode.hxx
index 772965475eb9..f692d2a1defc 100644
--- a/svgio/inc/svgpolynode.hxx
+++ b/svgio/inc/svgpolynode.hxx
@@ -45,7 +45,7 @@ namespace svgio::svgreader
virtual ~SvgPolyNode() 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;
/// Polygon content, set if found in current context