summaryrefslogtreecommitdiff
path: root/cui/source/inc/cfg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-03-13 14:21:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-03-14 08:48:04 +0100
commit527977d5cac51a9edd522d675f0ccf575d2f2dc0 (patch)
tree3bcdc4dd578315c31e377ce90c149b5984d49811 /cui/source/inc/cfg.hxx
parent5f40c324b5578b23735d2d7fe30b0b7731867fba (diff)
loplugin:unusedfields
Change-Id: Id6792f0955a25533d33f6da6ed8c3e993f578c3f Reviewed-on: https://gerrit.libreoffice.org/69170 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/cfg.hxx')
-rw-r--r--cui/source/inc/cfg.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx
index 3ac0d4904384..8ae11c40271d 100644
--- a/cui/source/inc/cfg.hxx
+++ b/cui/source/inc/cfg.hxx
@@ -332,7 +332,6 @@ protected:
std::unique_ptr<weld::TreeView> m_xControl;
ScopedVclPtr<VirtualDevice> m_xDropDown;
VclPtr<SvxConfigPage> pPage;
- bool m_bIsInternalDrag;
public:
SvxMenuEntriesListBox(std::unique_ptr<weld::TreeView> xControl, SvxConfigPage* pPage);