Hi, during patch reviewing I came across the following: file: sfx2/source/view/frame.cxx int SfxUsrAnyItem::operator==( const SfxPoolItem& /*rItem*/ ) const { return sal_False; } I'm not an c++ expert, but an operator== which is always false can't be of much use?!? Christina