| commit | 3b6f04ea7033c5ca529363a4027cf2cb7d2c7ee3 | [log] |
|---|---|---|
| author | Caolán McNamara <caolan.mcnamara@collabora.com> | Thu Jan 25 08:46:52 2024 +0000 |
| committer | Caolán McNamara <caolan.mcnamara@collabora.com> | Thu Jan 25 12:09:28 2024 +0100 |
| tree | f7169f25d17c87f119b75435ca56bde3db0403ce | |
| parent | 611feba951c9d6904540472f91f34395de341dc6 [diff] |
Resolves: tdf#159368 crash on tools, macros, edit when launched from startcenter Change-Id: I362bfe27914445c3027b6e8a125a75cc31679678 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162557 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index 52b2194..9ee9c70 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx
@@ -1303,9 +1303,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()