summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-03 12:43:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-03 14:51:48 +0200
commitdc119d12f03391c4c83a1819d09d5c046623cad5 (patch)
treec62ba6e8bd79c131f0fbab5eb155fad9062bfeef /svx/source
parent3fe6a2c11df30f5df843c137403c48153b577859 (diff)
loplugin:unusedenumconstants
Change-Id: I6dde54ddc2a2be4a9bbe11cdb52550de7f6a1023 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97836 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/inc/fmexpl.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/inc/fmexpl.hxx b/svx/source/inc/fmexpl.hxx
index 6c1022a8dfd4..8befbc62498d 100644
--- a/svx/source/inc/fmexpl.hxx
+++ b/svx/source/inc/fmexpl.hxx
@@ -378,7 +378,6 @@ namespace svxform
std::unique_ptr<weld::TreeView> m_xTreeView;
NavigatorTreeDropTarget m_aDropTargetHelper;
- enum DROP_ACTION { DA_SCROLLUP, DA_SCROLLDOWN, DA_EXPANDNODE };
enum SELDATA_ITEMS { SDI_DIRTY, SDI_ALL, SDI_NORMALIZED, SDI_NORMALIZED_FORMARK };
Timer m_aSynchronizeTimer;