phoneuis/BubbleManager/Src/BMBubbleOutlookTwoLined.cpp
branchRCL_3
changeset 9 8871b09be73b
parent 0 5f000ab63145
--- a/phoneuis/BubbleManager/Src/BMBubbleOutlookTwoLined.cpp	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneuis/BubbleManager/Src/BMBubbleOutlookTwoLined.cpp	Fri Feb 19 22:50:26 2010 +0200
@@ -275,7 +275,7 @@
     {
   
     TInt amount = -1;
-    
+    // coverity[var_compare_op]
     if ( iNumberType )
         {
         amount++;
@@ -283,6 +283,7 @@
 
     if ( aIndex == amount )
         {
+        // coverity[var_deref_model]
         return iNumberType->Control();
         }
 
@@ -293,6 +294,7 @@
 
     if ( aIndex == amount )
         {
+        // coverity[var_deref_model]
         return iSmallCallIndication->Control();
         }
 
@@ -363,6 +365,7 @@
 
     if ( aIndex == amount )
         {
+        // coverity[var_deref_model]
         return iBrandImage->Control();
         }
 
@@ -373,6 +376,7 @@
 
     if ( aIndex == amount )
         {
+        // coverity[var_deref_model]
         return iBigCallIndicator->Control();
         }