| commit | be464eaa4e443e81ee236044b37cd8a861fa4d17 | [log] |
|---|---|---|
| author | Caolán McNamara <caolan.mcnamara@collabora.com> | Thu Jan 25 08:46:52 2024 +0000 |
| committer | Xisco Fauli <xiscofauli@libreoffice.org> | Thu Jan 25 11:23:02 2024 +0100 |
| tree | f1d6f5ef1b616702e17203b4a0de6fa9878f8356 | |
| parent | 0d88061459c0d5200d7f87acc63babdac30e4d43 [diff] |
Resolves: tdf#159368 crash on tools, macros, edit when launched from startcenter Change-Id: I362bfe27914445c3027b6e8a125a75cc31679678 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162542 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index 0cb1316..33cbbc4 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx
@@ -1252,9 +1252,12 @@ void EditorWindow::ChangeFontColor( Color aColor ) void EditorWindow::UpdateSyntaxHighlighting () { const sal_uInt32 nCount = pEditEngine->GetParagraphCount(); for (sal_uInt32 i = 0; i < nCount; ++i) DoDelayedSyntaxHighlight(i); if (pEditEngine) { const sal_uInt32 nCount = pEditEngine->GetParagraphCount(); for (sal_uInt32 i = 0; i < nCount; ++i) DoDelayedSyntaxHighlight(i); } } void EditorWindow::ImplSetFont()