From ed39d1d95393bf4246c1ee4aefacfae786a86ff5 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 15 Jun 2010 13:26:22 +0000 Subject: [PATCH] codetools: comment git-svn-id: trunk@26131 - --- components/codetools/codetoolmanager.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/codetools/codetoolmanager.pas b/components/codetools/codetoolmanager.pas index d7497b6aa6..7fa27f2860 100644 --- a/components/codetools/codetoolmanager.pas +++ b/components/codetools/codetoolmanager.pas @@ -2214,7 +2214,7 @@ begin DebugLn('TCodeToolManager.FindReferences unable to FindDeclaration ',IdentifierCode.Filename,' x=',dbgs(x),' y=',dbgs(y)); exit; end; - // check if + // check if scope can be limited PrivateDeclaration:=(NewTool.GetSourceType in [ctnLibrary,ctnProgram]); if not PrivateDeclaration then begin ImplementationNode:=NewTool.FindImplementationNode;