vcl/source/filter/ipdf/pdfdocument.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 22c094324bff5b701fd4dd4b5c8e3edb86b75746 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Nov 23 13:01:59 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Mon Nov 23 18:21:26 2020 +0100 Fix typo Change-Id: If4a6264729432cee6fc27765ad0f35e9bc4f0f43 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106417 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/vcl/source/filter/ipdf/pdfdocument.cxx b/vcl/source/filter/ipdf/pdfdocument.cxx index f3f6461f7635..def137c479b3 100644 --- a/vcl/source/filter/ipdf/pdfdocument.cxx +++ b/vcl/source/filter/ipdf/pdfdocument.cxx @@ -3274,7 +3274,7 @@ size_t PDFObjectParser::parse(PDFElement* pParsingElement, size_t nStartIndex, i } else { - SAL_INFO("vcl.filter", "Unhandeled element while parsing."); + SAL_INFO("vcl.filter", "Unhandled element while parsing."); } } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
