diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2018-02-05 14:07:06 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-02-28 01:41:23 +0100 |
commit | 5222383c29d190218108c7c9e362a5a55af73a2f (patch) | |
tree | d1f0f2171831272ee3ca059ae94f223b1d778bc1 /xmloff/source/core | |
parent | 0ed74bb424f55e492e361798c1d458267c5d8b40 (diff) |
tdf#115429: declare fill-rule
Change-Id: I5eb93d08b1dd56db19038132b560ddf7ba174bc6
Reviewed-on: https://gerrit.libreoffice.org/49242
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'xmloff/source/core')
-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 26ca52d0966e..e4718637eace 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -777,6 +777,7 @@ namespace xmloff { namespace token { TOKEN( "fill-image-ref-point-x", XML_FILL_IMAGE_REF_POINT_X ), TOKEN( "fill-image-ref-point-y", XML_FILL_IMAGE_REF_POINT_Y ), TOKEN( "fill-image-width", XML_FILL_IMAGE_WIDTH ), + TOKEN( "fill-rule", XML_FILL_RULE ), TOKEN( "filter", XML_FILTER ), TOKEN( "filter-and", XML_FILTER_AND ), TOKEN( "filter-condition", XML_FILTER_CONDITION ), |