phoneuis/dialer/src/cdialernumberentry.cpp
branchRCL_3
changeset 4 24062c24fe38
parent 3 8871b09be73b
child 6 38529f706030
--- a/phoneuis/dialer/src/cdialernumberentry.cpp	Fri Feb 19 22:50:26 2010 +0200
+++ b/phoneuis/dialer/src/cdialernumberentry.cpp	Fri Mar 12 15:42:40 2010 +0200
@@ -214,7 +214,7 @@
 void CDialerNumberEntry::SetTextToNumberEntry( const TDesC& aDesC )
     {
     DIALER_PRINT("numberentry::SetTextToNumberEntry<");
-        	
+    
     iEditor->SetText( aDesC );   
     
     if ( iEasyDialer && iOperationMode == EModeEasyDialing )
@@ -283,7 +283,7 @@
 TBool CDialerNumberEntry::HandleCommandL( TDialerCommandId aCommand)
     {
     DIALER_PRINTF("numberentry::HandleCommandL<:", aCommand); 
-    	
+    
     TBool handled( ETrue );
     switch ( aCommand )
         {
@@ -298,7 +298,7 @@
             }
             break;
         }
-        
+    
     DIALER_PRINT("numberentry::HandleCommandL>");         
     return handled;
     }
@@ -653,7 +653,7 @@
 void CDialerNumberEntry::StartVirtualKeyBoard( )
     {
     // To change focus to VKB, if not called VKB will not come visible
-    CEikonEnv::Static()->SyncNotifyFocusObserversOfChangeInFocus();
+    iEikonEnv->SyncNotifyFocusObserversOfChangeInFocus();
     iEditor->OpenVKB();
     }
   
@@ -801,6 +801,7 @@
     }
     
     
+// -----------------------------------------------------------------------------
 // CDialerNumberEntry::MakeVisible( TBool aVisible )
 // -----------------------------------------------------------------------------
 //