summaryrefslogtreecommitdiff
path: root/include/vcl/weld.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-11-11 09:40:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-11-11 15:18:00 +0100
commit47204af3a25621aec89449f180ee7224c1f247ce (patch)
treeccd5b20137fc6475ddd265415352ccbe57ade168 /include/vcl/weld.hxx
parent8d10d408a849effd3fdf5c0102d94a3661f5c9e0 (diff)
support getting Expander's label
Change-Id: Ibd3fe335e645895eedb6330cfc98590ad3c31fb7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105578 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/weld.hxx')
-rw-r--r--include/vcl/weld.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index ff949eb6dae8..51f2f9d44506 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -2027,6 +2027,7 @@ protected:
public:
virtual void set_label(const OUString& rText) = 0;
+ virtual OUString get_label() const = 0;
virtual bool get_expanded() const = 0;
virtual void set_expanded(bool bExpand) = 0;