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