diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-09-10 10:36:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-09-11 14:35:23 +0200 |
commit | e628b94ccf062c2f3161acef11012ae2f5fbc5a3 (patch) | |
tree | be452ffef971b256c3c4015ad30cd3ab95b3da14 /include/xmloff | |
parent | dd6f59a52a564f470070063719d1e9ff2e814261 (diff) |
remove duplicate XML_TOK_TEXT_FRAME_FILTER_NAME
which has been there ever since
commit fd069bee7e57ad529c3c0974559fd2d84ec3151a
Date: Mon Sep 18 16:07:07 2000 +0000
initial import
And add assert to prevent more duplicates
Change-Id: I371a117896c1ab36fabf69da41229a7bcf5459d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102366
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/txtimp.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xmloff/txtimp.hxx b/include/xmloff/txtimp.hxx index 0eb09e6f580c..f2585b4259eb 100644 --- a/include/xmloff/txtimp.hxx +++ b/include/xmloff/txtimp.hxx @@ -291,7 +291,6 @@ enum XMLTextFrameAttrTokens XML_TOK_TEXT_FRAME_REL_HEIGHT, XML_TOK_TEXT_FRAME_NEXT_CHAIN_NAME, XML_TOK_TEXT_FRAME_HREF, - XML_TOK_TEXT_FRAME_FILTER_NAME, XML_TOK_TEXT_FRAME_Z_INDEX, XML_TOK_TEXT_FRAME_TRANSFORM, XML_TOK_TEXT_FRAME_CLASS_ID, |