summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgtspannode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgtspannode.cxx')
-rw-r--r--svgio/source/svgreader/svgtspannode.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgtspannode.cxx b/svgio/source/svgreader/svgtspannode.cxx
index 96a85c156feb..4122df8e3633 100644
--- a/svgio/source/svgreader/svgtspannode.cxx
+++ b/svgio/source/svgreader/svgtspannode.cxx
@@ -48,10 +48,10 @@ namespace svgio
SvgNode::parseAttribute(rTokenName, aSVGToken, aContent);
// read style attributes
- maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent, false);
+ maSvgStyleAttributes.parseStyleAttribute(aSVGToken, aContent, false);
// read text position attributes
- maSvgTextPositions.parseTextPositionAttributes(rTokenName, aSVGToken, aContent);
+ maSvgTextPositions.parseTextPositionAttributes(aSVGToken, aContent);
// parse own
switch(aSVGToken)