cui/source/dialogs/uipickerdlg.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ef272d90c40f983d70e08613ba1def3793d6550c
Author:     Heiko Tietze <tietze.he...@gmail.com>
AuthorDate: Mon Jun 23 17:37:19 2025 +0200
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Tue Jun 24 07:43:53 2025 +0200

    Resolves tdf#167111 - Help for the UI Picker
    
    Points to the not yet existing pages
    * cui/ui/uitabpage/UITabPage
    * cui/ui/toolbartabpage/ToolbarTabPage
    
    Change-Id: I6a5326ccd2e2cb9f536ae68c14eff9af4237ef27
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186852
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/cui/source/dialogs/uipickerdlg.cxx 
b/cui/source/dialogs/uipickerdlg.cxx
index 496bfb642af1..c949c0bb705c 100644
--- a/cui/source/dialogs/uipickerdlg.cxx
+++ b/cui/source/dialogs/uipickerdlg.cxx
@@ -30,7 +30,6 @@ UIPickerDialog::UIPickerDialog(weld::Window* pParent)
     AddTabPage("toolbars", ToolbarTabPage::Create, nullptr);
 
     m_xOKBtn->set_visible(false);
-    m_xHelpBtn->set_visible(false);
     m_xCancelBtn->set_label(CuiResId(RID_CUISTR_HYPDLG_CLOSEBUT)); // "close"
 
     m_xApplyBtn->set_label(

Reply via email to