xmloff/source/core/xmlimp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ba4ef6b0e55e66cc00ae343f69fcdacbe9dfbb0a Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Thu Apr 17 21:17:55 2025 +0200 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Fri Jun 6 12:13:18 2025 +0200 Extra ODF file open logging (cherry picked from commit 7152829cb4a4f08813dc739ae75d6b27bb4739af) Conflicts: xmloff/source/core/xmlimp.cxx Change-Id: I176c7f5c20c495db9f9d05e8d7d48d46ced163b7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186218 Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> Tested-by: Stephan Bergmann <stephan.bergm...@allotropia.de> diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index e6b1aa66ee7f..cb9709f26f14 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -578,7 +578,7 @@ void SAL_CALL SvXMLImport::setCustomEntityNames( const ::css::uno::Sequence< ::c void SAL_CALL SvXMLImport::startDocument() { - SAL_INFO( "xmloff.core", "{ SvXMLImport::startDocument" ); + SAL_INFO( "xmloff.core", "{ SvXMLImport::startDocument <" << GetDocumentBase() << "> <" << GetBaseURL() << ">" ); if (mxGraphicStorageHandler.is() && mxEmbeddedResolver.is()) return;