diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-04-06 11:08:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-04-06 15:34:50 +0200 |
commit | 23ebb037ef1b557113738e2fbdf1c0e9328371a9 (patch) | |
tree | 3f8fa5edf34cb005a73e775bc06dc61cd2f6b0f7 /sw/source/ui/misc/glossary.cxx | |
parent | 74a92e5e1168dcf497bfc94c25e51399ecd3cf4e (diff) |
loplugin:unusedvariableplus in sw
Change-Id: I0ec780ebe3b347a19a5aa809fe05723a2906cb49
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91738
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/ui/misc/glossary.cxx')
-rw-r--r-- | sw/source/ui/misc/glossary.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/misc/glossary.cxx b/sw/source/ui/misc/glossary.cxx index aaeaa0b89e9e..916ade14f4b2 100644 --- a/sw/source/ui/misc/glossary.cxx +++ b/sw/source/ui/misc/glossary.cxx @@ -211,8 +211,6 @@ SwGlossaryDlg::SwGlossaryDlg(SfxViewFrame const * pViewFrame, m_xShortNameEdit->connect_insert_text(LINK(this, SwGlossaryDlg, TextFilterHdl)); - SvtLinguConfig aLocalLinguConfig; - m_xEditBtn->connect_toggled(LINK(this, SwGlossaryDlg, EnableHdl)); m_xEditBtn->connect_selected(LINK(this, SwGlossaryDlg, MenuHdl)); m_xPathBtn->connect_clicked(LINK(this, SwGlossaryDlg, PathHdl)); |