From c4764345e0d326c7a9d443f5af06f06854806bdc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 4 Apr 2018 14:33:16 +0100 Subject: weld ScLinkedAreaDlg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I427e5abd76f6edfa891c9186d5822173d3fa7f7e Reviewed-on: https://gerrit.libreoffice.org/52513 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- starmath/source/dialog.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'starmath') 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) -- cgit