coverity#735337 Unchecked return value

Change-Id: Ib1f27e51934d7deb4f30d74409554dfeb14928ff
This commit is contained in:
Caolán McNamara
2014-10-11 20:42:03 +01:00
parent 1119e4a98c
commit b8c9366803

View File

@@ -2567,7 +2567,7 @@ IMPL_LINK_NOARG(SwGrfExtPage, BrowseHdl)
m_pBmpWin->MirrorVert(false);
Graphic aGraphic;
GraphicFilter::LoadGraphic( pGrfDlg->GetPath(), aEmptyOUStr, aGraphic );
(void)GraphicFilter::LoadGraphic(pGrfDlg->GetPath(), OUString(), aGraphic);
m_pBmpWin->SetGraphic(aGraphic);
bool bEnable = GRAPHIC_BITMAP == aGraphic.GetType() ||