diff options
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; |