sw/source/uibase/uno/unotxdoc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d6f741ccb093eb7cce673d7789fedd4642772311 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Dec 28 15:28:57 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Dec 28 16:06:57 2024 +0100 Fix typo Change-Id: Ieecbb4c473d335858b3b613ccad187e37949f1b0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179490 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx index b17a3098719e..7052d22ca1c1 100644 --- a/sw/source/uibase/uno/unotxdoc.cxx +++ b/sw/source/uibase/uno/unotxdoc.cxx @@ -3255,7 +3255,7 @@ void SAL_CALL SwXTextDocument::render( if( bLastPage ) { // tdf#144989 enable DoIdleJobs() again after last page - // Related: tdf#163126 on macOS, if the the "print selection only" + // Related: tdf#163126 on macOS, if the "print selection only" // checkbox is changed and then the restarted print dialog is // cancelled, idling will have already been unblocked so check // if it is blocked before unblocking it.