sc/source/ui/formdlg/formula.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3afe36ee680dfcf470eca28f089e0ef5e394bd1d Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue May 27 14:55:28 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue May 27 22:44:47 2025 +0200 Fix typo Change-Id: Ib75681ba77f8c9854c90f693392eea8c50bc9068 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185914 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx index a79d501fa5ea..826facdf49c7 100644 --- a/sc/source/ui/formdlg/formula.cxx +++ b/sc/source/ui/formdlg/formula.cxx @@ -649,7 +649,7 @@ void ScFormulaDlg::setCurrentFormula(const OUString& _sReplacement) //to repaint, e.g. when switching to another window and back, then in //ScMultiTextWnd::Paint a new editengine will have been created via //GetEditView with its default Modification handler enabled. So ensure - //its off when we will access it via InputReplaceSelection + //it's off when we will access it via InputReplaceSelection pScMod->InputTurnOffWinEngine(); } pScMod->InputReplaceSelection(_sReplacement);