From 2305fe302e12c4256e452589e2533772d4213e59 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Mon, 23 Dec 2024 23:35:20 +0900 Subject: pdf: create a new document for PDF version test, fix spelling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5c898b3dd58610243be6b0273aaaa889704f5eac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179255 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- vcl/source/pdf/PDFiumLibrary.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source') diff --git a/vcl/source/pdf/PDFiumLibrary.cxx b/vcl/source/pdf/PDFiumLibrary.cxx index d2d91e88bb9a..c665ce006d9e 100644 --- a/vcl/source/pdf/PDFiumLibrary.cxx +++ b/vcl/source/pdf/PDFiumLibrary.cxx @@ -528,7 +528,7 @@ void PDFiumImpl::setLastError(OUString const& rErrorString) if (!rErrorString.isEmpty()) { // Report what error was set (useful in test failures) - SAL_WARN("vcl.filter", "PDFiumImpl Error: '" << rErrorString << "' Error numner: " + SAL_WARN("vcl.filter", "PDFiumImpl Error: '" << rErrorString << "' Error number: " << sal_Int32(getLastErrorCode())); } maLastError = rErrorString; -- cgit