phonebookengines/VirtualPhonebook/VPbkCntModel/src/CFilteredContactView.cpp
branchRCL_3
changeset 18 d4f567ce2e7c
parent 17 2666d9724c76
--- a/phonebookengines/VirtualPhonebook/VPbkCntModel/src/CFilteredContactView.cpp	Thu Jul 15 18:22:55 2010 +0300
+++ b/phonebookengines/VirtualPhonebook/VPbkCntModel/src/CFilteredContactView.cpp	Thu Aug 19 09:41:07 2010 +0300
@@ -145,14 +145,8 @@
             for ( TInt matchPriority = 0;
                  matchPriority <= maxMatchPriority; ++matchPriority )
                 {
-                TBool versitIsMatched = matchingProperty->Matches(
-                       aFilterType->VersitProperties()[matchPriority]);
-                TBool excludedParmaterIsMatched =
-                       aFilterType->ExcludedParameters().
-                           ContainsAll(aFieldType.ExcludedParameters());
-                // if the FilterType is matched the Versit Property and
-                // the excludeParameter of FiledType, it needn't custom filter.
-                if ( versitIsMatched && excludedParmaterIsMatched )
+                if ( matchingProperty->Matches(
+                    aFilterType->VersitProperties()[matchPriority]) )
                     {
                     ret = EFalse;
                     break;