summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgmarkernode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgmarkernode.cxx')
-rw-r--r--svgio/source/svgreader/svgmarkernode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgmarkernode.cxx b/svgio/source/svgreader/svgmarkernode.cxx
index f37798cc5754..c4657984403c 100644
--- a/svgio/source/svgreader/svgmarkernode.cxx
+++ b/svgio/source/svgreader/svgmarkernode.cxx
@@ -56,7 +56,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)