summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-07-24 12:17:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-07-24 15:10:17 +0200
commit8d73da6696e42f57abbd8317d227054a4b5475ed (patch)
treee661a145685fd1818b6cbafcd16d0af4e9ced210 /sc
parentbe07f2b19ddce09eb4f18b0a7cc4f1583b3f86e0 (diff)
loplugin:unusedenumconstants
Change-Id: I484b39d1060e6a563dabdde03867989b8ba067f9 Reviewed-on: https://gerrit.libreoffice.org/76237 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/PivotLayoutTreeListBase.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/inc/PivotLayoutTreeListBase.hxx b/sc/source/ui/inc/PivotLayoutTreeListBase.hxx
index 701e87b53cff..fbb026330eeb 100644
--- a/sc/source/ui/inc/PivotLayoutTreeListBase.hxx
+++ b/sc/source/ui/inc/PivotLayoutTreeListBase.hxx
@@ -40,8 +40,7 @@ public:
LABEL_LIST,
PAGE_LIST,
ROW_LIST,
- COLUMN_LIST,
- DATA_LIST
+ COLUMN_LIST
};
protected: