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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgtspannode.cxx b/svgio/source/svgreader/svgtspannode.cxx
index 139724934303..b837e72246be 100644
--- a/svgio/source/svgreader/svgtspannode.cxx
+++ b/svgio/source/svgreader/svgtspannode.cxx
@@ -58,7 +58,7 @@ namespace svgio
{
case SVGTokenStyle:
{
- maSvgStyleAttributes.readStyle(aContent);
+ readLocalCssStyle(aContent);
break;
}
default:
34d9102804b'>fixincludeguards.sh: scThomas Arnhold 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák