diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-04 14:33:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-07 17:46:39 +0200 |
commit | c4764345e0d326c7a9d443f5af06f06854806bdc (patch) | |
tree | fa2b95cb454e3db9a683061a6a3b2bdaef11fada /starmath/source | |
parent | 20a35c313496b1ca63d3bb79e0a88a3d862d8747 (diff) |
weld ScLinkedAreaDlg
Change-Id: I427e5abd76f6edfa891c9186d5822173d3fa7f7e
Reviewed-on: https://gerrit.libreoffice.org/52513
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 'starmath/source')
-rw-r--r-- | starmath/source/dialog.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 38a4415b652d..176ad2352804 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -1981,8 +1981,8 @@ SmSymDefineDialog::SmSymDefineDialog(weld::Window* pParent, OutputDevice *pFntLi { // auto completion is troublesome since that symbols character also gets automatically selected in the // display and if the user previously selected a character to define/redefine that one this is bad - m_xOldSymbols->unset_entry_completion(); - m_xSymbols->unset_entry_completion(); + m_xOldSymbols->set_entry_completion(false); + m_xSymbols->set_entry_completion(false); FillFonts(); if (m_xFonts->get_count() > 0) |