diff options
author | Xisco Fauli <anistenis@gmail.com> | 2015-12-09 01:24:19 +0100 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@cib.de> | 2015-12-22 13:13:04 +0000 |
commit | 307421ba933361eaa34c12d23b0f261393ab51d8 (patch) | |
tree | bd5588be6f2332fd7f24487d56a7497548b6ecd3 /xmloff | |
parent | 3b02908486c52a815b65efe93f41cbc53d5452c3 (diff) |
tdf#96181 SVG: Add support for <use> element
Change-Id: Ia95c7e35158f8a4c6a597662524c74e1909983bb
Reviewed-on: https://gerrit.libreoffice.org/20483
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 0ebf728308f6..157030123106 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -1936,6 +1936,7 @@ namespace xmloff { namespace token { TOKEN( "uplimit", XML_UPLIMIT ), TOKEN( "upright", XML_UPRIGHT ), TOKEN( "url", XML_URL ), + TOKEN( "use", XML_USE ), TOKEN( "use-caption", XML_USE_CAPTION ), TOKEN( "use-cell-protection", XML_USE_CELL_PROTECTION ), TOKEN( "use-chart-objects", XML_USE_CHART_OBJECTS ), |