sw/source/core/edit/eddel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7971bb63b671727d0600ec08807e75c988f6849c Author: Caolán McNamara <[email protected]> AuthorDate: Mon Dec 15 12:44:56 2025 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Mon Dec 15 17:50:58 2025 +0100 This instance of the readonly info dialog can be async Change-Id: I5a9a7b4aaec504c6adc57e5fe6b8324af2350500 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195667 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/sw/source/core/edit/eddel.cxx b/sw/source/core/edit/eddel.cxx index bcf151df3b37..85ef7cf91fc0 100644 --- a/sw/source/core/edit/eddel.cxx +++ b/sw/source/core/edit/eddel.cxx @@ -180,7 +180,7 @@ bool SwEditShell::Delete(bool const isArtificialSelection, bool goLeft) bRet = RemoveParagraphMetadataFieldAtCursor(); if (!bRet) { - InfoReadOnlyDialog(false); + InfoReadOnlyDialog(true); } }
