From 90305526ee48c855f9a2b3b4d730ea0bfb079119 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 29 Mar 2017 14:11:30 +0200 Subject: loplugin:unusedenumconstants Change-Id: I628a0114e56ec25926bd08d159c61cfecb719a1c Reviewed-on: https://gerrit.libreoffice.org/35854 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svtools/accessibletable.hxx | 11 ----------- include/svtools/fileview.hxx | 1 - 2 files changed, 12 deletions(-) (limited to 'include/svtools') diff --git a/include/svtools/accessibletable.hxx b/include/svtools/accessibletable.hxx index 8dd059f9bd88..fd17a67736c8 100644 --- a/include/svtools/accessibletable.hxx +++ b/include/svtools/accessibletable.hxx @@ -30,17 +30,6 @@ namespace svt{ namespace table typedef sal_Int32 RowPos; - -enum AccessibleTableType -{ - /** Child index of the column header bar (first row). */ - TCINDEX_COLUMNHEADERBAR = 0, - /** Child index of the row header bar ("handle column"). */ - TCINDEX_ROWHEADERBAR = 1, - /** Child index of the data table. */ - TCINDEX_TABLE = 2 -}; - enum AccessibleTableControlObjType { TCTYPE_GRIDCONTROL, /// The GridControl itself. diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx index 89b392ac648c..3cd1e836fab6 100644 --- a/include/svtools/fileview.hxx +++ b/include/svtools/fileview.hxx @@ -206,7 +206,6 @@ namespace svtools { enum QueryDeleteResult_Impl { - QUERYDELETE_CANCEL = RET_CANCEL, QUERYDELETE_YES = RET_YES, QUERYDELETE_ALL = -1 }; -- cgit v1.2.3