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:
parent
b612951a0c
commit
3625dd33be
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue