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

coverity#1267659 Logically dead code

Change-Id: I0130c70a281e1ea6a82aa4f41be4b4f0b473a958
üst cc4954c4
......@@ -181,7 +181,7 @@ void FuExpandPage::DoExecute( SfxRequest& )
// create title text objects
SdrTextObj* pTextObj = static_cast<SdrTextObj*>(pPage->GetPresObj(PRESOBJ_TITLE));
assert(pTextObj);
SAL_WARN_IF(!pTextObj, "sd.core", "worrying lack of PRESOBJ_TITLE object");
if (!pTextObj)
continue;
......
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