summaryrefslogtreecommitdiff
path: root/cui/source/customize/cfg.cxx
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/customize/cfg.cxx
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/customize/cfg.cxx')
-rw-r--r--cui/source/customize/cfg.cxx1
1 files changed, 0 insertions, 1 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));