include/xmloff/xmltoken.hxx | 1 + xmloff/source/core/xmltoken.cxx | 1 + xmloff/source/token/tokens.txt | 1 + 3 files changed, 3 insertions(+)
New commits: commit 5222383c29d190218108c7c9e362a5a55af73a2f Author: Julien Nabet <[email protected]> Date: Mon Feb 5 14:07:06 2018 +0100 tdf#115429: declare fill-rule Change-Id: I5eb93d08b1dd56db19038132b560ddf7ba174bc6 Reviewed-on: https://gerrit.libreoffice.org/49242 Tested-by: Jenkins <[email protected]> Reviewed-by: Thorsten Behrens <[email protected]> diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 531c81889742..242a93f28d48 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -777,6 +777,7 @@ namespace xmloff { namespace token { XML_FILL_IMAGE_REF_POINT_X, XML_FILL_IMAGE_REF_POINT_Y, XML_FILL_IMAGE_WIDTH, + XML_FILL_RULE, XML_FILTER, XML_FILTER_AND, XML_FILTER_CONDITION, 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 ), diff --git a/xmloff/source/token/tokens.txt b/xmloff/source/token/tokens.txt index 4e58356c7c07..cc0b35ad084c 100644 --- a/xmloff/source/token/tokens.txt +++ b/xmloff/source/token/tokens.txt @@ -700,6 +700,7 @@ fill-image-ref-point fill-image-ref-point-x fill-image-ref-point-y fill-image-width +fill-rule filter filter-and filter-condition _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
