landmarks/locationlandmarks/localsearchprov/src/EPos_CPosLmLocalTextSearch.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 0 667063e416a2
child 45 6b6920c56e2f
--- a/landmarks/locationlandmarks/localsearchprov/src/EPos_CPosLmLocalTextSearch.cpp	Thu Aug 19 10:20:18 2010 +0300
+++ b/landmarks/locationlandmarks/localsearchprov/src/EPos_CPosLmLocalTextSearch.cpp	Tue Aug 31 15:37:04 2010 +0300
@@ -72,7 +72,7 @@
 
     iAttributes = criteria.AttributesToSearch();
     criteria.GetPositionFieldsToSearchL( iFields );
-    iTextPattern.Append(criteria.Text().AllocL());
+    iTextPattern.AppendL(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.Append(criteria.Text().AllocL());
+	    	iTextPattern.AppendL(criteria.Text().AllocL());
 	}