diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-02 21:11:10 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-03 18:50:05 +0100 |
commit | 301514183d471cfeb085673eb4563f8c310162b7 (patch) | |
tree | 6a35a4334aad350d979991fb75cf91fee42bdc17 /include/vcl/weld.hxx | |
parent | 64d51760cc41bf033a6b69258f6f4a376878d17a (diff) |
weld license dialog
Change-Id: Icfd921923cf6396db4cc5ecabd7b65d0b4c9aef7
Reviewed-on: https://gerrit.libreoffice.org/50648
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/weld.hxx')
-rw-r--r-- | include/vcl/weld.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index e77936765787..0aad7d0d943f 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -442,6 +442,7 @@ class VCL_DLLPUBLIC Label : virtual public Widget { public: virtual void set_label(const OUString& rText) = 0; + virtual OUString get_label() const = 0; }; class VCL_DLLPUBLIC TextView : virtual public Container |