sdext/source/pdfimport/filterdet.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit df48b8f02ca6d797c070c2122b254cfbdc4bac62 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Apr 21 15:38:25 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Apr 22 09:54:39 2025 +0200 Fix typo Change-Id: I90e161f632880a41634c4e8225501623899d2648 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184410 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sdext/source/pdfimport/filterdet.cxx b/sdext/source/pdfimport/filterdet.cxx index c4dddf1f580c..b433fc862233 100644 --- a/sdext/source/pdfimport/filterdet.cxx +++ b/sdext/source/pdfimport/filterdet.cxx @@ -314,7 +314,7 @@ uno::Reference<io::XStream> getEmbeddedFile(const OUString& rInPDFFileURL, if (pPdfium) { // Needs rewriting more C++ with autocleanup - // Start by mmaping the file because our pdfium wrapper only wraps the LoadMemDocument + // Start by mmapping the file because our pdfium wrapper only wraps the LoadMemDocument oslFileHandle fileHandle = nullptr; SAL_INFO("sdext.pdfimport", "getEmbeddedFile prior to openFile" << aSysUPath); if (osl_openFile(rInPDFFileURL.pData, &fileHandle, osl_File_OpenFlag_Read)