From d30a4298bdb5ba53cd1fe659f2b742f218a2e527 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 11 Aug 2016 15:02:19 +0200 Subject: loplugin:unusedenumconstants in package..svtools Change-Id: I8136b93b9303ebecafd791159e813c335b1bc172 Reviewed-on: https://gerrit.libreoffice.org/28052 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- reportdesign/inc/RptObject.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'reportdesign/inc') diff --git a/reportdesign/inc/RptObject.hxx b/reportdesign/inc/RptObject.hxx index 6552ac81169f..6d96397fd685 100644 --- a/reportdesign/inc/RptObject.hxx +++ b/reportdesign/inc/RptObject.hxx @@ -39,10 +39,7 @@ namespace rptui typedef ::std::multimap< sal_Int16, OUString, ::std::less< sal_Int16 > > IndexToNameMap; enum DlgEdHintKind { - RPTUI_HINT_UNKNOWN, RPTUI_HINT_WINDOWSCROLLED, - RPTUI_HINT_LAYERCHANGED, - RPTUI_HINT_OBJORDERCHANGED, RPTUI_HINT_SELECTIONCHANGED }; -- cgit