include/vcl/pdfwriter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 748d21a4675321f88bcd5fa4bec190ac32e87502 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Aug 29 21:22:47 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Aug 30 07:12:15 2023 +0200 Fix typo Change-Id: Ibc68bc830aaf01d2ad3df8cf11bb150ef60eea6b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156263 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index d49c173bc7d8..796c1f03cd9b 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -1178,7 +1178,7 @@ The following structure describes the permissions used in PDF security */ void SetActualText( const OUString& rText ); - /** set the Alt attribute of a strutural element + /** set the Alt attribute of a structural element Alt is s replacement text describing the contents of a structural element. This is mainly used by accessibility applications; e.g. a screen reader would read
