diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-11-22 12:17:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-11-22 20:03:37 +0100 |
commit | d1e8e430db41e1b3e90332e6826ba71ccb8c6971 (patch) | |
tree | 9b53e5203b49a8f0d5383135d46150ab09eb2aca /sc | |
parent | 0c7c2716db83a0afeb1859b5fde3e44cf61b5fc5 (diff) |
loplugin:unusedfields
Change-Id: I9ee946ceabf59e4126db938d6abda446fcf9ce36
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176994
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/duplicaterecordsdlg.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/miscdlgs/duplicaterecordsdlg.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/inc/duplicaterecordsdlg.hxx b/sc/source/ui/inc/duplicaterecordsdlg.hxx index c0bee041465c..cee462cebdbb 100644 --- a/sc/source/ui/inc/duplicaterecordsdlg.hxx +++ b/sc/source/ui/inc/duplicaterecordsdlg.hxx @@ -63,7 +63,6 @@ private: std::unique_ptr<weld::Label> m_xRecordsLabel; std::unique_ptr<weld::Button> m_xOkBtn; - std::unique_ptr<weld::Button> m_xHelpBtn; uno::Sequence<uno::Sequence<uno::Any>>& mrCellData; ScRange& mrRange; diff --git a/sc/source/ui/miscdlgs/duplicaterecordsdlg.cxx b/sc/source/ui/miscdlgs/duplicaterecordsdlg.cxx index dbe3c050c370..b626236e0823 100644 --- a/sc/source/ui/miscdlgs/duplicaterecordsdlg.cxx +++ b/sc/source/ui/miscdlgs/duplicaterecordsdlg.cxx @@ -42,7 +42,6 @@ ScDuplicateRecordsDlg::ScDuplicateRecordsDlg(weld::Window* pParent, , m_xAllChkBtn(m_xBuilder->weld_check_button("allcheckbtn")) , m_xRecordsLabel(m_xBuilder->weld_label("records")) , m_xOkBtn(m_xBuilder->weld_button("okbtn")) - , m_xHelpBtn(m_xBuilder->weld_button("helpbutton")) , mrCellData(rData) , mrRange(rRange) , mrViewData(rViewData) |