diff -r c84cf270c54f -r 8871b09be73b phoneuis/BubbleManager/Src/BMBubbleOutlookOneLined.cpp --- a/phoneuis/BubbleManager/Src/BMBubbleOutlookOneLined.cpp Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneuis/BubbleManager/Src/BMBubbleOutlookOneLined.cpp Fri Feb 19 22:50:26 2010 +0200 @@ -198,6 +198,7 @@ CCoeControl* CBubbleOutlookOneLined::ComponentControl( TInt aIndex ) const { TInt amount = -1; + // coverity[var_compare_op] if ( iSmallCallIndication ) { amount++; @@ -205,6 +206,7 @@ if ( aIndex == amount ) { + // coverity[var_deref_model] return iSmallCallIndication->Control(); }