diff -r b13141f05c3d -r b5fbb9b25d57 meetingrequest/mrgui/mrfieldbuilderpluginextension/src/cesmrviewerfromfield.cpp --- 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 #include -#include +#include #include #include -#include +#include #include // 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() // --------------------------------------------------------------------------- //