sdext/source/pdfimport/filterdet.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5f01c903ef74514610cc8dc8cd38245ae3657953 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Apr 21 15:38:49 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Tue Apr 22 09:56:45 2025 +0200 Fix typo Change-Id: Ia182a613e0252ba5aece75647f3d4c0aac0a18d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184411 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sdext/source/pdfimport/filterdet.cxx b/sdext/source/pdfimport/filterdet.cxx index b433fc862233..61189f00f873 100644 --- a/sdext/source/pdfimport/filterdet.cxx +++ b/sdext/source/pdfimport/filterdet.cxx @@ -495,7 +495,7 @@ OUString SAL_CALL PDFDetector::detect( uno::Sequence< beans::PropertyValue >& rF if (aEmbedMimetype.isEmpty()) { SAL_INFO( "sdext.pdfimport", "PDFDetector::detect before getAdditionalStream" ); - // No success with embedd file, try the older trailer based AdditionalStream + // No success with embedded file, try the older trailer based AdditionalStream xEmbedStream = getAdditionalStream(aURL, aEmbedMimetype, aPassword, m_xContext, rFilterData, false); }
