diff options
author | AhmedHamed <ahmedhamed3699@gmail.com> | 2024-07-09 10:28:02 +0300 |
---|---|---|
committer | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2024-07-12 10:51:50 +0200 |
commit | f5685bdfff370be57cf37f1dc746026c6bfd6113 (patch) | |
tree | 635981360d1878c18aab9db37a41755e9a92ba7b /sc/source/ui/inc/dwfunctr.hxx | |
parent | f8e7da23b64580d4bc45abb159651c63b578be8d (diff) |
tdf#161534 Add a Help button in FD & FW to open respective Help documentation
Change-Id: I35f5965401e970e02fa196f767bbd08d00de424f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170181
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
Diffstat (limited to 'sc/source/ui/inc/dwfunctr.hxx')
-rw-r--r-- | sc/source/ui/inc/dwfunctr.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/inc/dwfunctr.hxx b/sc/source/ui/inc/dwfunctr.hxx index fb93643539bc..cc854fa317a1 100644 --- a/sc/source/ui/inc/dwfunctr.hxx +++ b/sc/source/ui/inc/dwfunctr.hxx @@ -46,6 +46,7 @@ private: std::unique_ptr<weld::ComboBox> xCatBox; std::unique_ptr<weld::TreeView> xFuncList; std::unique_ptr<weld::Button> xInsertButton; + std::unique_ptr<weld::Button> xHelpButton; std::unique_ptr<weld::TextView> xFiFuncDesc; std::unique_ptr<weld::Entry> m_xSearchString; @@ -64,6 +65,7 @@ private: DECL_LINK( SetRowActivatedHdl, weld::TreeView&, bool ); DECL_LINK( SetSelectionClickHdl, weld::Button&, void ); + DECL_LINK( SetHelpClickHdl, weld::Button&, void ); DECL_LINK( SelComboHdl, weld::ComboBox&, void ); DECL_LINK( SelTreeHdl, weld::TreeView&, void ); DECL_LINK( ModifyHdl, weld::Entry&, void ); |