diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-18 08:57:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-19 07:49:33 +0100 |
commit | be359b156b2be7624121a2f2ec5bc6c2d6a195a8 (patch) | |
tree | cd34dff8c2c29abe499f4bffb1b454a70d12dd67 /xmloff/source | |
parent | dbb50f3fe9692dc0ccd7225158fad353e7eab0b5 (diff) |
loplugin:unusedenumconstants
Change-Id: I9dc4b369872a7c6c076ae9be1dcdf2f8385af8a7
Reviewed-on: https://gerrit.libreoffice.org/46684
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/style/ImageStyle.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/style/ImageStyle.cxx b/xmloff/source/style/ImageStyle.cxx index 6953d2b5a5a5..2a648f3084d9 100644 --- a/xmloff/source/style/ImageStyle.cxx +++ b/xmloff/source/style/ImageStyle.cxx @@ -41,8 +41,7 @@ enum SvXMLTokenMapAttrs XML_TOK_IMAGE_URL, XML_TOK_IMAGE_TYPE, XML_TOK_IMAGE_SHOW, - XML_TOK_IMAGE_ACTUATE, - XML_TOK_TABSTOP_END=XML_TOK_UNKNOWN + XML_TOK_IMAGE_ACTUATE }; |