summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx2
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...