diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2025-03-18 23:39:20 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2025-03-19 11:16:17 +0100 |
commit | aecaa87a126a6d84a1a8975ef4c150b0be5ae24b (patch) | |
tree | 3e7f9218a797b7b8631d37c250a34db61fd1d369 /vcl | |
parent | 98c8077893044453ca76ad2a34c6d86d9be0c2c7 (diff) |
Fix typo
Change-Id: I2f7dd73ab410c4006a29e31e0cf36565608a4aeb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183104
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/pdfwriter_impl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index 98383835d9cb..620b933d0bbe 100644 --- a/vcl/source/gdi/pdfwriter_impl.cxx +++ b/vcl/source/gdi/pdfwriter_impl.cxx @@ -6151,7 +6151,7 @@ bool PDFWriterImpl::emitTrailer() aLine.append( "> ]\n" ); } - // Writes the /DocChecksum - hash off the PDF stream + // Writes the /DocChecksum - hash of the PDF stream // This entry is not defined in the standard, so don't write it if we // are using PDF/UA or PDF/A as the compliance checkers will complain. // Actually we shouldn't write it at all... |