fep/aknfep/src/AknFepUiInputStateEntryThaiPredictive.cpp
branchRCL_3
changeset 56 8152b1f1763a
parent 50 5a1685599b76
--- a/fep/aknfep/src/AknFepUiInputStateEntryThaiPredictive.cpp	Wed Sep 15 12:34:44 2010 +0300
+++ b/fep/aknfep/src/AknFepUiInputStateEntryThaiPredictive.cpp	Wed Oct 13 14:55:58 2010 +0300
@@ -111,29 +111,7 @@
             }
         else
             {
-			MAknFepManagerUIInterface* fepMan = iOwner->FepMan();
-			TBool isInlineStateOn = EFalse;
-			TBool isInNoMatchState = EFalse;
-			
-			if ( fepMan )
-				{
-			    // Get the editor Inline state
-				isInlineStateOn = fepMan->IsFlagSet( 
-						CAknFepManager::EFlagInsideInlineEditingTransaction );
-				// Get the editor No Matches state
-				isInNoMatchState = fepMan->IsFlagSet( 
-						CAknFepManager::EFlagNoMatches );
-				}
-			
-			// If editor is in inline state and no candidate words are matched
-			if ( isInlineStateOn && isInNoMatchState )
-				{
-				response = HandleStarKeyL( aLength );
-				}
-			else
-				{
-				response = HandleStandardNumericKeysL( aKey, aLength );
-				}
+            response = HandleStandardNumericKeysL(aKey, aLength);
             }
         break;
     case EKeyDownArrow: