phoneuis/BubbleManager/Src/BMBubbleOutlookOneLined.cpp
branchRCL_3
changeset 3 8871b09be73b
parent 0 5f000ab63145
--- 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();
         }