harvesterplugins/media/video/src/cpixmediavideodoc.cpp
changeset 26 367228f82b66
parent 18 1edf350003c5
--- a/harvesterplugins/media/video/src/cpixmediavideodoc.cpp	Tue Sep 28 11:50:55 2010 +0530
+++ b/harvesterplugins/media/video/src/cpixmediavideodoc.cpp	Tue Oct 05 13:32:14 2010 +0530
@@ -106,18 +106,18 @@
         CMdETextProperty* textProperty = ( CMdETextProperty* ) property;
         if( textProperty->Value().Compare(KNullDesC) > 0 )
             {
-#ifdef USE_HIGHLIGHTER    
+//#ifdef USE_HIGHLIGHTER    
             index_item->AddHLDisplayFieldL(textProperty->Value());
             AddToFieldExcerptL(name); //Add name to excerpt field
-#else  
-            AddToFieldExcerptL(name); //Add name to excerpt field
-#endif
+//#else  
+//            AddToFieldExcerptL(name); //Add name to excerpt field
+//#endif
             }
             else
             {
-#ifdef USE_HIGHLIGHTER    
+//#ifdef USE_HIGHLIGHTER    
             index_item->AddHLDisplayFieldL(name);
-#endif
+//#endif
             }
         }
     //URI and Excerpt is done add additional properties here