meetingrequest/mrgui/mrfieldbuilderpluginextension/src/cesmrviewerfromfield.cpp
branchRCL_3
changeset 16 b5fbb9b25d57
parent 12 4ce476e64c59
child 22 d620048b4810
--- a/meetingrequest/mrgui/mrfieldbuilderpluginextension/src/cesmrviewerfromfield.cpp	Tue Apr 27 16:20:14 2010 +0300
+++ b/meetingrequest/mrgui/mrfieldbuilderpluginextension/src/cesmrviewerfromfield.cpp	Tue May 11 15:57:15 2010 +0300
@@ -25,10 +25,10 @@
 
 #include <calentry.h>
 #include <caluser.h>
-#include <stringloader.h>
+#include <StringLoader.h>
 #include <eikenv.h>
 #include <avkon.hrh>
-#include <aknutils.h>
+#include <AknUtils.h>
 #include <esmrgui.rsg>
 
 // DEBUG
@@ -73,7 +73,7 @@
             Rect(), NMRLayoutManager::EMRTextLayoutMultiRowTextEditor );
     iRichTextViewer->SetFontL( editorRect.Font() );
     iRichTextViewer->ApplyLayoutChangesL();
-    
+
     const CFont* topicFont =
         AknLayoutUtils::FontFromId( EAknLogicalFontPrimaryFont, NULL );
     iFieldTopic->SetFont( topicFont );
@@ -157,9 +157,9 @@
             editorRect.TextRect().iTl.iX, editorRect.TextRect().iTl.iY );
     TSize prefSize( editorRect.TextRect().Width(), iExpandedSize.iHeight );
     TRect viewerRect( tlPoint, prefSize );
-    // Failures are ignored. 
-    TRAP_IGNORE( 
-            // Try setting font 
+    // Failures are ignored.
+    TRAP_IGNORE(
+            // Try setting font
             iRichTextViewer->SetFontL( editorRect.Font() );
             // Try applying changes
             iRichTextViewer->ApplyLayoutChangesL();
@@ -346,21 +346,6 @@
     }
 
 // ---------------------------------------------------------------------------
-// CESMRViewerFromField::HandleLongtapEventL
-// ---------------------------------------------------------------------------
-//
-void CESMRViewerFromField::HandleLongtapEventL( const TPoint& aPosition )
-    {
-    FUNC_LOG;
-    
-    if ( iRichTextViewer->Rect().Contains( aPosition ) )
-        {
-        iRichTextViewer->LinkSelectedL();
-		HandleTactileFeedbackL();
-        }
-    }
-
-// ---------------------------------------------------------------------------
 // CESMRViewerFromField::SetContainerWindowL()
 // ---------------------------------------------------------------------------
 //