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.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgtspannode.cxx b/svgio/source/svgreader/svgtspannode.cxx
index cc88e0cc0d3b..139724934303 100644
--- a/svgio/source/svgreader/svgtspannode.cxx
+++ b/svgio/source/svgreader/svgtspannode.cxx
@@ -38,7 +38,8 @@ namespace svgio
const SvgStyleAttributes* SvgTspanNode::getSvgStyleAttributes() const
{
- return &maSvgStyleAttributes;
+ // #i125293# Need to support CssStyles in tspan text sections
+ return checkForCssStyle(OUString("tspan"), maSvgStyleAttributes);
}
void SvgTspanNode::parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent)