landmarks/locationlandmarks/localsearchprov/src/EPos_CPosLmLocalTextSearch.cpp
branchRCL_3
changeset 45 6b6920c56e2f
parent 44 2b4ea9893b66
--- a/landmarks/locationlandmarks/localsearchprov/src/EPos_CPosLmLocalTextSearch.cpp	Tue Aug 31 15:37:04 2010 +0300
+++ b/landmarks/locationlandmarks/localsearchprov/src/EPos_CPosLmLocalTextSearch.cpp	Wed Sep 01 12:24:21 2010 +0100
@@ -72,7 +72,7 @@
 
     iAttributes = criteria.AttributesToSearch();
     criteria.GetPositionFieldsToSearchL( iFields );
-    iTextPattern.AppendL(criteria.Text().AllocL());
+    iTextPattern.Append(criteria.Text().AllocL());
 
     // Check if the text should be searched in attributes or in position fields
     // or in both.
@@ -797,7 +797,7 @@
 	    	}
 	    }
 	    if(!aFound)
-	    	iTextPattern.AppendL(criteria.Text().AllocL());
+	    	iTextPattern.Append(criteria.Text().AllocL());
 	}