Kaydet (Commit) 142df15e authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1267643 Logically dead code

Change-Id: Ib55dc6c32ec37fe022d268129de12567652c96ba
üst f0ee8ed4
......@@ -1103,9 +1103,11 @@ IMPL_LINK( SfxTabDialog, ActivatePageHdl, TabControl *, pTabCtrl )
pDataObject = Find(pImpl->aData, nId);
}
assert(pDataObject); //Id not known
if (!pDataObject)
{
SAL_WARN("sfx.config", "Tab Page ID not known, this is pretty serious and needs investigation");
return 0;
}
// Create TabPage if possible:
if ( !pTabPage )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment