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:
parent
1b49aa0bad
commit
879610c41c
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ ErrCode SwXMLTextBlocks::GetMacroTable( sal_uInt16 nIdx,
|
||||||
|
|
||||||
uno::Reference < io::XStream > xDocStream = m_xRoot->openStreamElement(
|
uno::Reference < io::XStream > xDocStream = m_xRoot->openStreamElement(
|
||||||
u"atevent.xml"_ustr, embed::ElementModes::READ );
|
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() )
|
if ( !xDocStream.is() )
|
||||||
return ERR_SWG_READ_ERROR;
|
return ERR_SWG_READ_ERROR;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue