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

only thing that calls FillList is itself

üst 8de61c9f
......@@ -95,14 +95,4 @@ void FillListObj( ObjNode * pObjNode, RscTop * pRscTop,
};
}
void FillList( RscTop * pRscTop, REResourceList * pList, sal_uLong lFileKey ){
if( pRscTop ){
FillList( (RscTop*)pRscTop->Left(), pList, lFileKey );
FillListObj( pRscTop->GetObjNode(), pRscTop, pList, lFileKey );
FillList( (RscTop*)pRscTop->Right(), pList, lFileKey );
};
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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