diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-03 15:41:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-03 21:01:43 +0200 |
commit | 4329d9d8cf83f3642c068a1493c979a894328e26 (patch) | |
tree | 2149e82f6749afd2dff727f9c10ab4194d2b48b7 /include | |
parent | 5672627a4d4adc613aecb3ccef721655d9dcd0b2 (diff) |
weld SfxViewVersionDialog_Impl
Change-Id: I5486df92b4e1d0ad5be18a35e72a7a6dbcc3b715
Reviewed-on: https://gerrit.libreoffice.org/52334
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')
-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 a5a6d75035fb..63b27b0f7162 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -565,6 +565,7 @@ public: virtual OUString get_text() const = 0; virtual Selection get_selection() const = 0; virtual void set_selection(const Selection&) = 0; + virtual void set_editable(bool bEditable) = 0; }; class VCL_DLLPUBLIC Expander : virtual public Container |