summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgstyleattributes.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgstyleattributes.cxx')
-rw-r--r--svgio/source/svgreader/svgstyleattributes.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx b/svgio/source/svgreader/svgstyleattributes.cxx
index f6d05d1411e4..6bb769e1cdc4 100644
--- a/svgio/source/svgreader/svgstyleattributes.cxx
+++ b/svgio/source/svgreader/svgstyleattributes.cxx
@@ -232,7 +232,7 @@ namespace svgio
}
// valid token-value pair, parse it
- parseStyleAttribute(aOUTokenName, StrToSVGToken(aOUTokenName, true), aOUTokenValue, true);
+ parseStyleAttribute(StrToSVGToken(aOUTokenName, true), aOUTokenValue, true);
}
}
@@ -1272,7 +1272,6 @@ namespace svgio
}
void SvgStyleAttributes::parseStyleAttribute(
- const OUString& /* rTokenName */,
SVGToken aSVGToken,
const OUString& aContent,
bool bCaseIndependent)