diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-17 16:10:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-18 16:32:55 +0200 |
commit | 228723ea962e33b472317b41f31b032421879093 (patch) | |
tree | ecf94ae37a87a8c8944fa404dbf3efb1f8511ade /include/vcl/weld.hxx | |
parent | 4985446a827c53bf2f1840a279b07f065f622f0e (diff) |
weld ScOptSolverDlg
Change-Id: Ie2b43377f950cb16e143f6e9ef7081bf92277088
Reviewed-on: https://gerrit.libreoffice.org/70903
Tested-by: Jenkins
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 d2929d69bc9a..a5b83aadbb9d 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -793,6 +793,7 @@ public: virtual void set_label(const OUString& rText) = 0; // pDevice, the image for the button, or nullptr to unset virtual void set_image(VirtualDevice* pDevice) = 0; + virtual void set_image(const css::uno::Reference<css::graphic::XGraphic>& rImage) = 0; virtual void set_from_icon_name(const OUString& rIconName) = 0; virtual OUString get_label() const = 0; virtual void set_label_line_wrap(bool wrap) = 0; |