include/vcl/pdfextoutdevdata.hxx | 2 +- include/vcl/pdfwriter.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit b573006f3d268d3e31c9b4f740ff4d0ad92a2371 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jul 14 16:26:35 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Fri Jul 14 18:41:16 2023 +0200 Fix typo Change-Id: Ic994555b5d9c87260a4a76b76deb60a5ab6c4bb7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154441 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/vcl/pdfextoutdevdata.hxx b/include/vcl/pdfextoutdevdata.hxx index 987e2a1020b2..fe7425d26d82 100644 --- a/include/vcl/pdfextoutdevdata.hxx +++ b/include/vcl/pdfextoutdevdata.hxx @@ -293,7 +293,7 @@ public: @param rURL the URL the link shall point to. there will be no error checking or any kind of - conversion done to this parameter execept this: + conversion done to this parameter except this: it will be output as 7bit Ascii. The URL will appear literally in the PDF file produced */ diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index 6b9c32707839..d49c173bc7d8 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -328,7 +328,7 @@ public: hyperlink to be executed on pushing the button. There will be no error checking or any kind of - conversion done to the URL parameter execept this: + conversion done to the URL parameter except this: it will be output as 7bit Ascii. The URL will appear literally in the PDF file produced */
