cui/source/dialogs/uipickerdlg.cxx | 1 - cui/source/inc/uipickerdlg.hxx | 1 - sd/source/ui/inc/ViewTabBar.hxx | 4 ---- 3 files changed, 6 deletions(-)
New commits: commit 448743e7ff2f153397d7144161d601cb3ab9f11d Author: Noel Grandin <[email protected]> AuthorDate: Wed Jun 25 12:15:05 2025 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Wed Jun 25 14:56:45 2025 +0200 loplugin:unusedfields Change-Id: Ice44f69c381585e6d4701d8fe3a647c93a6b02a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186967 Reviewed-by: Noel Grandin <[email protected]> Tested-by: Jenkins diff --git a/cui/source/dialogs/uipickerdlg.cxx b/cui/source/dialogs/uipickerdlg.cxx index c949c0bb705c..8c74bc5df849 100644 --- a/cui/source/dialogs/uipickerdlg.cxx +++ b/cui/source/dialogs/uipickerdlg.cxx @@ -23,7 +23,6 @@ UIPickerDialog::UIPickerDialog(weld::Window* pParent) , m_xOKBtn(m_xBuilder->weld_button(u"ok"_ustr)) , m_xApplyBtn(m_xBuilder->weld_button(u"apply"_ustr)) // Apply to %Module , m_xCancelBtn(m_xBuilder->weld_button(u"cancel"_ustr)) // Close - , m_xHelpBtn(m_xBuilder->weld_button(u"help"_ustr)) , m_xResetBtn(m_xBuilder->weld_button(u"reset"_ustr)) // Apply to All { AddTabPage("uimode", UITabPage::Create, nullptr); diff --git a/cui/source/inc/uipickerdlg.hxx b/cui/source/inc/uipickerdlg.hxx index 22f2cd720517..3b60e3de63f8 100644 --- a/cui/source/inc/uipickerdlg.hxx +++ b/cui/source/inc/uipickerdlg.hxx @@ -17,7 +17,6 @@ private: std::unique_ptr<weld::Button> m_xOKBtn; std::unique_ptr<weld::Button> m_xApplyBtn; std::unique_ptr<weld::Button> m_xCancelBtn; - std::unique_ptr<weld::Button> m_xHelpBtn; std::unique_ptr<weld::Button> m_xResetBtn; virtual void ActivatePage(const OUString& rPage) override; diff --git a/sd/source/ui/inc/ViewTabBar.hxx b/sd/source/ui/inc/ViewTabBar.hxx index cca155b291b5..791003111ac6 100644 --- a/sd/source/ui/inc/ViewTabBar.hxx +++ b/sd/source/ui/inc/ViewTabBar.hxx @@ -69,10 +69,6 @@ struct TabBarButton */ OUString ButtonLabel; - /** The localized help text that may be displayed in a tool tip. - */ - OUString HelpText; - /** XResourceId object of the resource that is requested to be displayed when the tab bar button is activated. <p>For some methods of the XTabBar interface only this
