[Libreoffice] operator== always returning sal_False?

Christina Roßmanith ChrRossmanith at web.de
Mon Mar 28 03:45:49 PDT 2011


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


More information about the LibreOffice mailing list