It's not really an error to not have atevent.xml in an autotext

so downgrade to SAL_INFO

Change-Id: I143eea443e7b41307d80d17b44ac980c73854388
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176491
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
This commit is contained in:
Caolán McNamara 2024-11-12 16:32:05 +00:00
parent 1b49aa0bad
commit 879610c41c

View file

@ -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;