sw/source/core/edit/eddel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4a80566ed0e96b2f9d4235ca6e80845ccd614aab 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 21:21:23 2025 +0100 This instance of the readonly info dialog can be async Change-Id: I5a9a7b4aaec504c6adc57e5fe6b8324af2350500 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195666 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Szymon Kłos <[email protected]> diff --git a/sw/source/core/edit/eddel.cxx b/sw/source/core/edit/eddel.cxx index 654b9b0fb547..3edf996c2fc2 100644 --- a/sw/source/core/edit/eddel.cxx +++ b/sw/source/core/edit/eddel.cxx @@ -177,7 +177,7 @@ bool SwEditShell::Delete(bool const isArtificialSelection, bool goLeft) bRet = RemoveParagraphMetadataFieldAtCursor(); if (!bRet) { - InfoReadOnlyDialog(false); + InfoReadOnlyDialog(true); } }
