coverity#735337 Unchecked return value
Change-Id: Ib1f27e51934d7deb4f30d74409554dfeb14928ff
This commit is contained in:
@@ -2567,7 +2567,7 @@ IMPL_LINK_NOARG(SwGrfExtPage, BrowseHdl)
|
|||||||
m_pBmpWin->MirrorVert(false);
|
m_pBmpWin->MirrorVert(false);
|
||||||
|
|
||||||
Graphic aGraphic;
|
Graphic aGraphic;
|
||||||
GraphicFilter::LoadGraphic( pGrfDlg->GetPath(), aEmptyOUStr, aGraphic );
|
(void)GraphicFilter::LoadGraphic(pGrfDlg->GetPath(), OUString(), aGraphic);
|
||||||
m_pBmpWin->SetGraphic(aGraphic);
|
m_pBmpWin->SetGraphic(aGraphic);
|
||||||
|
|
||||||
bool bEnable = GRAPHIC_BITMAP == aGraphic.GetType() ||
|
bool bEnable = GRAPHIC_BITMAP == aGraphic.GetType() ||
|
||||||
|
Reference in New Issue
Block a user