Codetools: a temporary fix for commenting out the whole uses section in implementation part.

git-svn-id: trunk@42458 -
This commit is contained in:
juha 2013-08-23 11:47:07 +00:00
parent 046ae2d487
commit d80f88d719

View File

@ -1634,7 +1634,7 @@ begin
Result:=true;
exit;
end;
BuildTree(lsrImplementationUsesSectionEnd);
BuildTree(lsrEnd); // Should be lsrImplementationUsesSectionEnd
SourceChangeCache.MainScanner:=Scanner;
if not CommentUnitsInUsesSection(FindMainUsesSection) then exit;
if not CommentUnitsInUsesSection(FindImplementationUsesSection) then exit;