summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-04-02 15:33:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-04-03 09:01:21 +0200
commit4c4a1caf0d4d223ff8479197160d121012c1c1ac (patch)
tree0e72fbbeb37c02f8c33d73675b60f4a5b1cc6138 /sw/source/uibase/inc
parent33852fc82b14e5a7a4295b43d2835aa620c1929a (diff)
loplugin:unusedfields
Change-Id: I4abf2df75c54936e02a8a3d8fa26f2b249e69780 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91606 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/conttree.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/conttree.hxx b/sw/source/uibase/inc/conttree.hxx
index 8df62857115f..28ea07a1c1de 100644
--- a/sw/source/uibase/inc/conttree.hxx
+++ b/sw/source/uibase/inc/conttree.hxx
@@ -111,7 +111,6 @@ class SwContentTree final : public SfxListener
enum class State { ACTIVE, CONSTANT, HIDDEN } m_eState;
- bool m_bDocChgdInDragging :1;
bool m_bIsRoot :1;
bool m_bIsIdleClear :1;
bool m_bIsLastReadOnly :1;