sfx2: OSL_FAIL -> SAL_WARN in viewfrm2

Change-Id: I1411073d80f3753b06a02c618ad09bb7acacb9dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126124
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
This commit is contained in:
Miklos Vajna 2021-11-30 16:18:06 +01:00
parent b612951a0c
commit 3625dd33be

View file

@ -43,6 +43,7 @@
#include <svl/eitem.hxx>
#include <svl/stritem.hxx>
#include <tools/urlobj.hxx>
#include <sal/log.hxx>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
@ -196,7 +197,7 @@ void SfxViewFrame::Exec_Impl(SfxRequest &rReq )
aFactName = m_pImpl->aFactoryName;
else
{
OSL_FAIL("Missing argument!");
SAL_WARN("sfx.view", "Missing argument!");
break;
}