2012/11/22 Maciej Rumianowski <maciej.rumianow...@gmail.com>

> Hi Bjoern,
>
> I have hit a problem that i don't fully understand. Disabled items are
> SfxVoidItem with Which 0, but inserted with different one. State of Item is
> check with TYPE Macro as below
>
>> if ( (*ppFnd)->Type() == TYPE(SfxVoidItem) )
>>                         return SFX_ITEM_DISABLED;
>>
> I've found the way it compiles and run (below), i will also check if the
above line is working, tests seem to not touch that code and thats why it
never crashed.

> if( (*ppFnd)->StaticType() == SfxVoidItem::StaticType() )
>

Question about why ISA, IsA, Type are not working remains open.

Best Regards,
    Maciek



>
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to