diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-07-07 11:30:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-07-07 14:44:23 +0200 |
commit | 716c20460372e3f3543f4dc81a49368a5291cd34 (patch) | |
tree | f3e55931ce867721d76f7b85129c12411974c5ef /include | |
parent | f3657a886d99a56366104335b0c4939ac0d0cb57 (diff) |
remove [g|s]et_item_help_id for menubutton menu items
a fairly obscure functionality that was used in just one menu that can
be dropped now that the help is changed to contain references to the
help ids the menu items already have
Change-Id: I4efa2f11e7d48b398152d7308341bd3e4308c377
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118561
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/weld.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index 4546da76b18e..3e085e0af6aa 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -1536,9 +1536,7 @@ public: virtual void set_item_active(const OString& rIdent, bool bActive) = 0; virtual void set_item_label(const OString& rIdent, const OUString& rLabel) = 0; virtual OUString get_item_label(const OString& rIdent) const = 0; - virtual void set_item_help_id(const OString& rIdent, const OString& rHelpId) = 0; virtual void set_item_visible(const OString& rIdent, bool bVisible) = 0; - virtual OString get_item_help_id(const OString& rIdent) const = 0; virtual void set_popover(weld::Widget* pPopover) = 0; }; |