summaryrefslogtreecommitdiff
path: root/cui
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
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')
-rw-r--r--cui/source/customize/cfg.cxx1
-rw-r--r--cui/source/inc/cfg.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index dd9219cd0b07..62288ab3a756 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -925,7 +925,6 @@ SvxMenuEntriesListBox::SvxMenuEntriesListBox(std::unique_ptr<weld::TreeView> xCo
: m_xControl(std::move(xControl))
, m_xDropDown(m_xControl->create_virtual_device())
, pPage(pPg)
- , m_bIsInternalDrag( false )
{
CreateDropDown();
m_xControl->connect_key_press(LINK(this, SvxMenuEntriesListBox, KeyInputHdl));
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);