--- a/phoneuis/BubbleManager/Src/BMBubbleOutlookThreeLined.cpp Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneuis/BubbleManager/Src/BMBubbleOutlookThreeLined.cpp Fri Feb 19 22:50:26 2010 +0200
@@ -216,7 +216,7 @@
TInt CBubbleOutlookThreeLined::CountComponentControls() const
{
TInt amount = 0;
-
+
if ( iNumberType )
{
amount++;
@@ -285,7 +285,7 @@
{
TInt amount = -1;
-
+ // coverity[var_compare_op]
if ( iNumberType )
{
amount++;
@@ -293,6 +293,7 @@
if ( aIndex == amount )
{
+ // coverity[var_deref_model]
return iNumberType->Control();
}
@@ -353,6 +354,7 @@
if ( aIndex == amount )
{
+ // coverity[var_deref_model]
return iSmallCallIndication->Control();
}
@@ -383,6 +385,7 @@
if ( aIndex == amount )
{
+ // coverity[var_deref_model]
return iBrandImage->Control();
}
@@ -393,6 +396,7 @@
if ( aIndex == amount )
{
+ // coverity[var_deref_model]
return iBigCallIndicator->Control();
}