diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-10 10:28:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-10 12:19:50 +0200 |
commit | 367fedcc4456a74cb2fc29a28279bef314bd47ff (patch) | |
tree | a63115d6cfa2b2a2e3c2c4d3a55f623e7ecfd6d5 /include/svtools | |
parent | 183b0b0b6038ec1fafb9f65024a846c90493a873 (diff) |
loplugin:unusedenumconstants
Change-Id: I54c0c1fca8ea5c89e71c6cd1110fad081ed3d334
Reviewed-on: https://gerrit.libreoffice.org/40953
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/imagemgr.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/imagemgr.hxx b/include/svtools/imagemgr.hxx index 7d97842997cb..e76077a35a64 100644 --- a/include/svtools/imagemgr.hxx +++ b/include/svtools/imagemgr.hxx @@ -63,7 +63,6 @@ enum class SvImageId { GlobalDoc = START + 150, Draw = START + 151, DrawTemplate = START + 152, - Template = START + 166, OO_DatabaseDoc = START + 169, OO_DrawDoc = START + 170, OO_MathDoc = START + 171, |