sd/source/core/drawdoc3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 210876c0f762e21a4004a8593fa0e19547fc56b5 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Apr 28 23:34:56 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Apr 29 19:25:58 2025 +0200 Fix typo Change-Id: I25e04b9e5e5191b75789fb7bb804d73b8d6669d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184735 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx index dfad98ded58e..9d3c48404330 100644 --- a/sd/source/core/drawdoc3.cxx +++ b/sd/source/core/drawdoc3.cxx @@ -2225,7 +2225,7 @@ bool SdDrawDocument::PasteBookmarkAsPage( // Insert pages based on whether all or selected pages are bookmarked. if (rBookmarkList.empty()) { - insertAllPages(aInsertParams, options, pageCounts);//reblce by pageCounts to add the masterpagecount + insertAllPages(aInsertParams, options, pageCounts);//replace by pageCounts to add the masterpagecount } else {