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

coverity#1315001 Dereference null return value

Change-Id: I648d126f65adcf980767083fa88e4b672b422f7f
üst 74355bda
......@@ -183,7 +183,7 @@ static bool lcl_RstAttr( const SwNodePtr& rpNd, void* pArgs )
"<lcl_RstAttr(..)> - certain attributes are kept, but not needed. -> please inform OD" );
SfxItemIter aIter( *pPara->pDelSet );
pItem = aIter.FirstItem();
while( true )
while(pItem)
{
if ( ( pItem->Which() != RES_PAGEDESC &&
pItem->Which() != RES_BREAK &&
......
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