From be359b156b2be7624121a2f2ec5bc6c2d6a195a8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 18 Dec 2017 08:57:55 +0200 Subject: loplugin:unusedenumconstants Change-Id: I9dc4b369872a7c6c076ae9be1dcdf2f8385af8a7 Reviewed-on: https://gerrit.libreoffice.org/46684 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svl/hint.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/svl') 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, -- cgit