summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-18 08:57:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-19 07:49:33 +0100
commitbe359b156b2be7624121a2f2ec5bc6c2d6a195a8 (patch)
treecd34dff8c2c29abe499f4bffb1b454a70d12dd67 /dbaccess
parentdbb50f3fe9692dc0ccd7225158fad353e7eab0b5 (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 'dbaccess')
-rw-r--r--dbaccess/source/filter/xml/xmlEnums.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/filter/xml/xmlEnums.hxx b/dbaccess/source/filter/xml/xmlEnums.hxx
index 397e9bc592a4..709536443418 100644
--- a/dbaccess/source/filter/xml/xmlEnums.hxx
+++ b/dbaccess/source/filter/xml/xmlEnums.hxx
@@ -28,7 +28,6 @@ namespace dbaxml
XML_TOK_DOC_SETTINGS,
XML_TOK_DOC_STYLES,
XML_TOK_DOC_CONTENT,
- XML_TOK_DOC_META
};
enum XMLDocContentTokens
{