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 /include/svl | |
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 'include/svl')
-rw-r--r-- | include/svl/hint.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svl/hint.hxx b/include/svl/hint.hxx index 223151362e6d..c675ddb31615 100644 --- a/include/svl/hint.hxx +++ b/include/svl/hint.hxx @@ -54,12 +54,9 @@ enum class SfxHintId { TextViewCaretChanged, // BASIC hints - BasicDying, BasicDataWanted, BasicDataChanged, - BasicConverted, BasicInfoWanted, - BasicObjectChanged, BasicStart, BasicStop, |