harvesterplugins/media/audio/src/cpixmediaaudiodoc.cpp
changeset 26 367228f82b66
parent 18 1edf350003c5
--- a/harvesterplugins/media/audio/src/cpixmediaaudiodoc.cpp	Tue Sep 28 11:50:55 2010 +0530
+++ b/harvesterplugins/media/audio/src/cpixmediaaudiodoc.cpp	Tue Oct 05 13:32:14 2010 +0530
@@ -112,7 +112,7 @@
                              CDocumentField::EStoreYes | CDocumentField::EIndexTokenized | CDocumentField::EIndexFreeText);
        AddToFieldExcerptL(textProperty->Value());//Add artist to excerpt
        }
-#ifdef USE_HIGHLIGHTER
+//#ifdef USE_HIGHLIGHTER
     /*//Get the media file extension and store
     TBuf<KMaxExtLength> extension;        
     GetExtension(aObject.Uri(),extension);
@@ -128,7 +128,7 @@
            index_item->AddHLDisplayFieldL(textProperty->Value());
            }
        }
-#endif  
+//#endif  
     CMdEPropertyDef& albumPropDef = aObjectDef.GetPropertyDefL(MdeConstants::Audio::KAlbumProperty );
     if(aObject.Property( albumPropDef, property )!= KErrNotFound)
        {