diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-03 12:43:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-03 14:51:48 +0200 |
commit | dc119d12f03391c4c83a1819d09d5c046623cad5 (patch) | |
tree | c62ba6e8bd79c131f0fbab5eb155fad9062bfeef /svx/source | |
parent | 3fe6a2c11df30f5df843c137403c48153b577859 (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.hxx | 1 |
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; |