diff options
author | Xisco Fauli <anistenis@gmail.com> | 2016-02-18 00:08:13 +0100 |
---|---|---|
committer | Xisco Faulí <anistenis@gmail.com> | 2016-02-18 08:39:10 +0000 |
commit | 85c789be1f94777b582977e69b16665a47dc364f (patch) | |
tree | e17778ccd993f73980b06bb24ced3d82cc721a21 /svgio/source | |
parent | 9ecd31fd3fda782dd16e88fd99dc9c71361482fe (diff) |
SVGIO: tdf#97941: Don't double tspan fontsize
Same as in 701324a1e1f7e0c181ff1a50956ced686785ea53
Change-Id: I531bef4821008ef71951506c133f999b9ab4f4ff
Reviewed-on: https://gerrit.libreoffice.org/22450
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Xisco Faulí <anistenis@gmail.com>
Diffstat (limited to 'svgio/source')
-rw-r--r-- | svgio/source/svgreader/svgtspannode.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/svgio/source/svgreader/svgtspannode.cxx b/svgio/source/svgreader/svgtspannode.cxx index e9307954ad90..962f1c8f145d 100644 --- a/svgio/source/svgreader/svgtspannode.cxx +++ b/svgio/source/svgreader/svgtspannode.cxx @@ -68,6 +68,11 @@ namespace svgio } } + double SvgTspanNode::getCurrentFontSize() const + { + return getCurrentFontSizeInherited(); + } + } // end of namespace svgreader } // end of namespace svgio |