predictivesearch/PcsUtils/inc/CWords.h
branchRCL_3
changeset 21 b3431bff8c19
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
--- a/predictivesearch/PcsUtils/inc/CWords.h	Mon Mar 15 12:39:26 2010 +0200
+++ b/predictivesearch/PcsUtils/inc/CWords.h	Wed Mar 31 21:13:53 2010 +0300
@@ -31,12 +31,12 @@
     public:  // Constructors and destructor
         /**
          * Creates a new instance of this class.
-		 * @param aText the text to separate
+         * @param aText the text to separate
          */
         IMPORT_C static CWords* NewLC(const TDesC& aText);
         /**
          * Destructor.
-		 */
+         */
         IMPORT_C ~CWords();
         
     public:  // from MDesCArray
@@ -49,8 +49,8 @@
         static TBool DefaultIsWordSeparator(TChar aChar);
 
     private:
-	
-		/// Own: array of words
+
+        /// Own: array of words
         RArray<TPtrC> iWords;
     };