Index: source/cxxhelp/qe/Search.cxx =================================================================== RCS file: /cvs/util/xmlhelp/source/cxxhelp/qe/Search.cxx,v retrieving revision 1.7 diff -u -r1.7 Search.cxx --- openoffice.org.orig/xmlhelp/source/cxxhelp/qe/Search.cxx 9 Sep 2005 12:23:53 -0000 1.7 +++ openoffice.org/xmlhelp/source/cxxhelp/qe/Search.cxx 25 Jul 2006 07:47:28 -0000 @@ -468,9 +468,11 @@ } while( nextDocGenHeap_.isNonEmpty() ); +#if 0 for( sal_Int32 i = 0; i < start.size(); ++i ) if( start[i] != RoleFiller::STOP() ) delete start[i]; +#endif }