diff options
author | Xisco Fauli <anistenis@gmail.com> | 2015-11-02 00:46:29 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-11-05 10:12:57 +0000 |
commit | c89ba1dedc511ec17df1e35f8e0696bc20121491 (patch) | |
tree | 10bca133ada47f5a223e437622c21867a41891b9 /include/xmloff | |
parent | 609b22787392be4c2eac6fe098a70341a4c204e4 (diff) |
tdf#95510: SVG: Import stop-color and stop-opacity
Change-Id: Ie073ff3e92c9344a78badfeefa0afed2c2b76fb8
Reviewed-on: https://gerrit.libreoffice.org/19731
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 29af403b6d3e..89596b07995d 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -1117,6 +1117,7 @@ namespace xmloff { namespace token { XML_LINE_SPACING, XML_LINE_STYLE, XML_LINEAR, + XML_LINEARGRADIENT, XML_LINENUMBERING_CONFIGURATION, XML_LINENUMBERING_SEPARATOR, XML_LINES, @@ -1740,8 +1741,8 @@ namespace xmloff { namespace token { XML_STOCK_UPDOWN_BARS, XML_STOCK_WITH_VOLUME, XML_STOP, - XML_STOPCOLOR, - XML_STOPOPACITY, + XML_STOP_COLOR, + XML_STOP_OPACITY, XML_STRETCH, XML_STRETCH_FROM_BOTTOM, XML_STRETCH_FROM_LEFT, @@ -1776,7 +1777,6 @@ namespace xmloff { namespace token { XML_SUB_VIEW_SIZE, XML_SUFFIX, XML_SUM, - XML_SVGLINEARGRADIENT, XML_SWISS, XML_SYMBOL, XML_SYMBOL_HEIGHT, |