summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgsvgnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgsvgnode.cxx')
-rw-r--r--svgio/source/svgreader/svgsvgnode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgsvgnode.cxx b/svgio/source/svgreader/svgsvgnode.cxx
index 346e457aa17e..dfc3285f30cc 100644
--- a/svgio/source/svgreader/svgsvgnode.cxx
+++ b/svgio/source/svgreader/svgsvgnode.cxx
@@ -104,7 +104,7 @@ namespace svgio::svgreader
const SvgStyleAttributes* SvgSvgNode::getSvgStyleAttributes() const
{
// #i125258# svg node can have CssStyles, too, so check for it here
- return checkForCssStyle("svg", maSvgStyleAttributes);
+ return checkForCssStyle(maSvgStyleAttributes);
}
void SvgSvgNode::parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent)