textinput/peninputgenericitut/src/peninputgenericitutwindow.cpp
branchRCL_3
changeset 13 1bbdde98cc2d
parent 12 5e18d8c489d6
equal deleted inserted replaced
12:5e18d8c489d6 13:1bbdde98cc2d
  1473 	  CleanupStack::PopAndDestroy(&readStream);
  1473 	  CleanupStack::PopAndDestroy(&readStream);
  1474     }
  1474     }
  1475 
  1475 
  1476 void CGenericItutWindow::SetSpellDisplayContentL( TUint8* aData )
  1476 void CGenericItutWindow::SetSpellDisplayContentL( TUint8* aData )
  1477 	{
  1477 	{
       
  1478 	TBool isInSpell = iDataMgr->IsSpellMode();
       
  1479 	if ( isInSpell )
       
  1480 		{
       
  1481 	    return;
       
  1482 		}
       
  1483 	
  1478 	RDesReadStream readStream;
  1484 	RDesReadStream readStream;
  1479 
  1485 
  1480 	TPtr8 countPtr( aData, 3 * sizeof(TInt), 3 * sizeof(TInt));
  1486 	TPtr8 countPtr( aData, 3 * sizeof(TInt), 3 * sizeof(TInt));
  1481 	readStream.Open( countPtr );
  1487 	readStream.Open( countPtr );
  1482 	CleanupClosePushL( readStream );
  1488 	CleanupClosePushL( readStream );