vcl/osx/printview.mm | 2 +- vcl/osx/salprn.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit f8a207b6e5fa6438ccc687010f219a4326396e4c Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Dec 31 20:22:12 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jan 1 10:59:49 2025 +0100 Fix typo Change-Id: If532e379e947020988e2c7741cae4e9c3e594991 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179585 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/osx/printview.mm b/vcl/osx/printview.mm index fe9b41609228..3596581ee7b5 100644 --- a/vcl/osx/printview.mm +++ b/vcl/osx/printview.mm @@ -73,7 +73,7 @@ // Notes: // - Page count is 1 based // - Print jobs with different paper sizes are broken up into a separate - // NSPrintOperation for each set of continguous pages with the same size + // NSPrintOperation for each set of contiguous pages with the same size // so the page number needs to be offset by the current page start range if( nPage - 1 < (mpInfoPrinter->getCurPageRangeStart() + mpInfoPrinter->getCurPageRangeCount() ) ) mpController->printFilteredPage( mpInfoPrinter->getCurPageRangeStart() + nPage - 1 ); commit 6588f09e8cd003651cd10e68116dcf2044ac6e58 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Dec 31 20:21:54 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jan 1 10:59:34 2025 +0100 Fix typo Change-Id: I6e0d9f24aa95c8962d7db903c486fc9011459b44 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179584 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/osx/salprn.cxx b/vcl/osx/salprn.cxx index 673d114a3663..544816be701b 100644 --- a/vcl/osx/salprn.cxx +++ b/vcl/osx/salprn.cxx @@ -428,7 +428,7 @@ bool AquaSalInfoPrinter::StartJob( const OUString* i_pFileName, // non-native print dialog uses the correct paper size. // Note: to use LibreOffice's non-native print dialog, // set "UseSystemPrintDialog" to "false" in LibreOffice's - // Expert Conguration dialog and restart. + // Expert Configuration dialog and restart. GDIMetaFile aPageFile; mnCurPageRangeCount = 1; aCurSize = i_rController.getFilteredPageFile( mnCurPageRangeStart, aPageFile ).aSize;