diff --git a/sw/source/core/swg/SwXMLTextBlocks1.cxx b/sw/source/core/swg/SwXMLTextBlocks1.cxx index 9673e0cecc22..3f3005eb9996 100644 --- a/sw/source/core/swg/SwXMLTextBlocks1.cxx +++ b/sw/source/core/swg/SwXMLTextBlocks1.cxx @@ -186,7 +186,7 @@ ErrCode SwXMLTextBlocks::GetMacroTable( sal_uInt16 nIdx, uno::Reference < io::XStream > xDocStream = m_xRoot->openStreamElement( u"atevent.xml"_ustr, embed::ElementModes::READ ); - OSL_ENSURE(xDocStream.is(), "Can't create stream"); + SAL_INFO("sw", "Can't open atevent.xml stream"); if ( !xDocStream.is() ) return ERR_SWG_READ_ERROR;