diff options
author | Xisco Fauli <anistenis@gmail.com> | 2015-12-11 16:11:03 +0100 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@cib.de> | 2015-12-17 12:23:38 +0000 |
commit | dc3eb865bd10e690dbf80f41277b062ac2253572 (patch) | |
tree | 62dad4c8d7c73b4a54505add19f652424f87ecc1 /include | |
parent | 2f0fba494e78ede3b6691534983f6dd7e0677a7e (diff) |
tdf#32248 SVG: first attempt to support tspan elements
it's not perfect but at least we can already display the text,
which is better than displaying nothing
Change-Id: I89627010ac8071c106b41c1de6b183a619f8158b
Reviewed-on: https://gerrit.libreoffice.org/20642
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index a63fe2374f84..062852b80357 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -1913,6 +1913,7 @@ namespace xmloff { namespace token { XML_TRUE, XML_TRUNCATE_ON_OVERFLOW, XML_TRY_STAGGERING_FIRST, + XML_TSPAN, XML_TTB, XML_TYPE, XML_DOT_DASH, |