From 9f20be8b62270e005388a6fcdde6ca6b19a12c21 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 30 Aug 2011 17:48:32 +0000 Subject: [PATCH] codetools: clean up git-svn-id: trunk@32126 - --- components/codetools/finddeclarationtool.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/codetools/finddeclarationtool.pas b/components/codetools/finddeclarationtool.pas index 52c76e0a26..b337c4f63b 100644 --- a/components/codetools/finddeclarationtool.pas +++ b/components/codetools/finddeclarationtool.pas @@ -801,10 +801,10 @@ type function FindUnitSource(const AnUnitName, AnUnitInFilename: string; ExceptionOnNotFound: boolean): TCodeBuffer; function FindUnitCaseInsensitive(var AnUnitName, - AnUnitInFilename: string): string; // ToDo: dotted + AnUnitInFilename: string): string; procedure GatherUnitAndSrcPath(var UnitPath, CompleteSrcPath: string); function SearchUnitInUnitLinks(const TheUnitName: string): string; deprecated; - function SearchUnitInUnitSet(const TheUnitName: string): string; // ToDo: dotted + function SearchUnitInUnitSet(const TheUnitName: string): string; function FindSmartHint(const CursorPos: TCodeXYPosition; Flags: TFindSmartFlags = DefaultFindSmartHintFlags): string;