diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-01 14:27:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-02 21:39:35 +0100 |
commit | 61fd0e0c27494fdda61e9e06490c50ef1147c1bd (patch) | |
tree | 3031b32179ccccb91d2c98a4e14e19da02d353b8 /include | |
parent | f88cd56a4dfc9a1bea5e95c5778f0ce7b6af67dc (diff) |
weld ParaLRSpacingWindow & ParaULSpacingWindow
Change-Id: I9bd00ab28a84383cc484b5c58532f355da131999
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87818
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/relfld.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/relfld.hxx b/include/svx/relfld.hxx index 8f8c84dc38f3..7aa6b88d7c5b 100644 --- a/include/svx/relfld.hxx +++ b/include/svx/relfld.hxx @@ -66,6 +66,7 @@ public: void save_value() { m_xSpinButton->save_value(); } bool get_value_changed_from_saved() const { return m_xSpinButton->get_value_changed_from_saved(); } void set_size_request(int nWidth, int nHeight) { m_xSpinButton->set_size_request(nWidth, nHeight); } + void grab_focus() { m_xSpinButton->grab_focus(); } Size get_preferred_size() const { return m_xSpinButton->get_preferred_size(); } weld::SpinButton& get_widget() { return m_xSpinButton->get_widget(); } |