diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2024-12-23 23:35:20 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2024-12-24 00:47:52 +0100 |
commit | 2305fe302e12c4256e452589e2533772d4213e59 (patch) | |
tree | 069f02e5cf5ed75e391e04342158edd31d1bbc72 /vcl/source | |
parent | f91f3484bbac46ed762bf9ff356b690224e20096 (diff) |
pdf: create a new document for PDF version test, fix spelling
Change-Id: I5c898b3dd58610243be6b0273aaaa889704f5eac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179255
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/pdf/PDFiumLibrary.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |