Kaydet (Commit) 14c8a75c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: '==' : unsafe mix of type 'bool' and type 'sal_Bool' in operation

üst a2623000
......@@ -196,7 +196,7 @@ SvStream &SfxItemPool::Store(SvStream &rStream) const
// !poolable wird gar nicht im Pool gespeichert
// und itemsets/plain-items je nach Runde
if ( *itrArr && IsItemFlag(**ppDefItem, SFX_ITEM_POOLABLE) &&
pImp->bInSetItem == (*ppDefItem)->ISA(SfxSetItem) )
pImp->bInSetItem == (bool) (*ppDefItem)->ISA(SfxSetItem) )
{
// eigene Kennung, globale Which-Id und Item-Version
sal_uInt16 nSlotId = GetSlotId( (*ppDefItem)->Which(), sal_False );
......
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