summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorStephan Bergmann <stephan.bergmann@allotropia.de>2023-11-27 21:42:37 +0100
committerStephan Bergmann <stephan.bergmann@allotropia.de>2023-11-28 12:31:17 +0100
commit143f223e5e58cf218b23697600c7a49ba4a45bc8 (patch)
tree4a3c84b593369bd67b009263cade4129c53c1ddf /cui
parent878b4ffc3e2c80c7f65b75c35fea26b978b71daf (diff)
-Werror,-Wunused-private-field
Change-Id: Ide7172c567f595fb7e44f19c8d96ab8d6b751491 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160007 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Diffstat (limited to 'cui')
-rw-r--r--cui/inc/dlgname.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/inc/dlgname.hxx b/cui/inc/dlgname.hxx
index 3876585e1947..9835661c4e7d 100644
--- a/cui/inc/dlgname.hxx
+++ b/cui/inc/dlgname.hxx
@@ -160,7 +160,6 @@ class SvxListDialog : public weld::GenericDialogController
{
private:
ListMode m_aMode;
- Link<SvxListDialog&, OUString> m_aEditHdl;
std::unique_ptr<weld::TreeView> m_xList;
std::unique_ptr<weld::Button> m_xAddBtn;
std::unique_ptr<weld::Button> m_xRemoveBtn;