cui/inc/dlgname.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 143f223e5e58cf218b23697600c7a49ba4a45bc8
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Mon Nov 27 21:42:37 2023 +0100
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Tue Nov 28 12:31:17 2023 +0100

    -Werror,-Wunused-private-field
    
    Change-Id: Ide7172c567f595fb7e44f19c8d96ab8d6b751491
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160007
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>

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;

Reply via email to