meetingrequest/mrgui/mrfieldbuilderplugin/src/cmrattachmentsfield.cpp
branchRCL_3
changeset 16 b5fbb9b25d57
parent 13 8592a65ad3fb
child 18 6b8f3b30d0ec
--- a/meetingrequest/mrgui/mrfieldbuilderplugin/src/cmrattachmentsfield.cpp	Tue Apr 27 16:20:14 2010 +0300
+++ b/meetingrequest/mrgui/mrfieldbuilderplugin/src/cmrattachmentsfield.cpp	Tue May 11 15:57:15 2010 +0300
@@ -27,14 +27,14 @@
 #include "cesmrrichtextlink.h"
 #include "cmrattachmentcommandhandler.h"
 
-#include <aknsbasicbackgroundcontrolcontext.h>
+#include <AknsBasicBackgroundControlContext.h>
 #include <calentry.h>
 #include <calattachment.h>
-#include <stringloader.h>
+#include <StringLoader.h>
 #include <esmrgui.rsg>
 #include <gulicon.h>
 #include <ct/rcpointerarray.h>
-#include <aknbiditextutils.h>
+#include <AknBidiTextUtils.h>
 
 // DEBUG
 #include "emailtrace.h"
@@ -44,7 +44,6 @@
 namespace { // codescanner::namespace
 //CONSTANTS
 
-// TODO: Read default text from resource
 _LIT( KAddAttachment, "Add attachment" );
 _LIT( KNewLine, "\f" );
 
@@ -141,7 +140,6 @@
     iRichTextViewer->SetLinkObserver (this );
     iRichTextViewer->SetParent( this );
 
-    // TODO: read from resource
     iTitle->SetTextL( KAddAttachment );
 
     // Draw bg instead of using skin bg
@@ -479,7 +477,7 @@
 TBool CMRAttachmentsField::ExecuteGenericCommandL( TInt aCommand )
     {
     FUNC_LOG;
-    // TODO: Changes from other fields have to be implemented here
+
     TBool handled( EFalse );
 
     // From cesmrattachmentfield
@@ -620,7 +618,6 @@
         delete attachmentSize;
         attachmentSize = NULL;
 
-        // TODO: correct icon zise to correct one. Ask from UI specifier.
         TSize iconSize( 20, 20);
         maxLineWidth -= iconSize.iWidth;