cid#708875 Unused pointer value

Change-Id: I0cf85027a84482fd504b753bfc32ceb1c07241b4
This commit is contained in:
Noel Grandin
2014-05-21 14:55:15 +02:00
parent b1439cf5de
commit e142ad49ce

View File

@@ -1338,7 +1338,7 @@ void SwDocStyleSheet::SetItemSet( const SfxItemSet& rSet,
sal_uInt16 nPoolId = SwStyleNameMapper::GetPoolIdFromUIName( sNumRule, nsSwGetPoolIdFromName::GET_POOLID_NUMRULE );
if( USHRT_MAX != nPoolId ) // It's a standard numbering rule
{
pRule = rDoc.GetNumRuleFromPool( nPoolId ); // Create numbering rule (physical)
rDoc.GetNumRuleFromPool( nPoolId ); // Create numbering rule (physical)
}
}
}