diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-12 13:42:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-13 09:58:31 +0200 |
commit | 2b2fe50f33f7d677098f3ebafa8357aea848c0ea (patch) | |
tree | e0c57d555ae443ecb93b2219cc6dbf972debb595 /include/svx/langbox.hxx | |
parent | 34d362b5c249f78ed05c5b069fa90e9597d29c04 (diff) |
weld SwAsciiFilterDlg and set an explicit parent for the dialog
Change-Id: Ie2a52a9e2ea7f41a336b227de670cd5f688d7cd4
Reviewed-on: https://gerrit.libreoffice.org/52778
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/svx/langbox.hxx')
-rw-r--r-- | include/svx/langbox.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx index 45c852fd3cbd..b64f5d28fc3f 100644 --- a/include/svx/langbox.hxx +++ b/include/svx/langbox.hxx @@ -170,6 +170,7 @@ public: void SelectEntryPos(int nPos) { m_xControl->set_active(nPos); } void connect_changed(const Link<weld::ComboBoxText&, void>& rLink) { m_aChangeHdl = rLink; } + void hide() { m_xControl->hide(); } }; class SVX_DLLPUBLIC SvxLanguageComboBox : public ComboBox, public SvxLanguageBoxBase |