From 389491aedd659a3c4b24b9902b6cb54075874d3e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 18 Dec 2018 15:16:04 +0000 Subject: weld SwMultiTOXTabDialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic1ae4cfe43bdf31d511e9ac0f65a821c53ab59eb Reviewed-on: https://gerrit.libreoffice.org/65432 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/vcl/weld.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/vcl/weld.hxx') diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index 6a793d59ae65..a03328791725 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -1649,6 +1649,7 @@ class VCL_DLLPUBLIC Menu public: virtual OString popup_at_rect(weld::Widget* pParent, const tools::Rectangle& rRect) = 0; virtual void set_sensitive(const OString& rIdent, bool bSensitive) = 0; + virtual void set_label(const OString& rIdent, const OUString& rLabel) = 0; virtual void set_active(const OString& rIdent, bool bActive) = 0; virtual bool get_active(const OString& rIdent) const = 0; virtual void set_visible(const OString& rIdent, bool bVisible) = 0; -- cgit