summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgmasknode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgmasknode.cxx')
-rw-r--r--svgio/source/svgreader/svgmasknode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgmasknode.cxx b/svgio/source/svgreader/svgmasknode.cxx
index b10fd3ffee22..b756e17083d6 100644
--- a/svgio/source/svgreader/svgmasknode.cxx
+++ b/svgio/source/svgreader/svgmasknode.cxx
@@ -61,7 +61,7 @@ namespace svgio
SvgNode::parseAttribute(rTokenName, aSVGToken, aContent);
// read style attributes
- maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false);
+ maSvgStyleAttributes.parseStyleAttribute(aSVGToken, aContent, false);
// parse own
switch(aSVGToken)