View | Details | Raw Unified | Return to issue 67740
Collapse All | Expand All

(-)openoffice.org.orig/xmlhelp/source/cxxhelp/qe/Search.cxx (+2 lines)
Lines 468-476 Link Here
468
    }
468
    }
469
	while( nextDocGenHeap_.isNonEmpty() );
469
	while( nextDocGenHeap_.isNonEmpty() );
470
470
471
#if 0
471
	for( sal_Int32 i = 0; i < start.size(); ++i )
472
	for( sal_Int32 i = 0; i < start.size(); ++i )
472
		if( start[i] != RoleFiller::STOP() )
473
		if( start[i] != RoleFiller::STOP() )
473
			delete start[i];
474
			delete start[i];
475
#endif
474
}
476
}
475
477
476
478

Return to issue 67740