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 /include/xmloff/xmltoken.hxx | |
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 'include/xmloff/xmltoken.hxx')
-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 062852b80357..5e3dcc03cc8f 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -1931,6 +1931,7 @@ namespace xmloff { namespace token { XML_UPLIMIT, XML_UPRIGHT, XML_URL, + XML_USE, XML_USE_CAPTION, XML_USE_CELL_PROTECTION, XML_USE_CHART_OBJECTS, |