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

coverity#708870 Unused pointer value

Change-Id: If8dc3b3751a42bdafeed30005c7ac3eb32f28c01
üst 4ce12cf8
......@@ -588,9 +588,8 @@ void Ww1Fields::Out(Ww1Shell& rOut, Ww1Manager& rMan, sal_uInt16 nDepth)
if (!Ww1PlainText::IsChar(c))
sResult += OUString(c); //~ mdt: handle special chars
++(*this);
pData = GetData();
}
OSL_ENSURE(pData->chGet()==21, "Ww1PlainText");
OSL_ENSURE(GetData()->chGet()==21, "Ww1PlainText");
bool bKnown = true;
OSL_ENSURE(pField==0, "Ww1PlainText");
if (pField != 0)
......
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