diff options
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) |