From 1984461ac10f7778717bc6cc830d4ae8370c5ac5 Mon Sep 17 00:00:00 2001 From: juha Date: Fri, 15 Mar 2013 13:09:43 +0000 Subject: [PATCH] IDE: formatting git-svn-id: trunk@40553 - --- ide/main.pp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ide/main.pp b/ide/main.pp index c907fc9082..46f9256492 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -13600,14 +13600,12 @@ begin PkgBoss.AddDependencyToUnitOwners(AnUnitInfo.Filename,RequiredUnitName); end; -procedure TMainIDE.OnPropHookGetComponentNames(TypeData: PTypeData; - Proc: TGetStrProc); +procedure TMainIDE.OnPropHookGetComponentNames(TypeData: PTypeData; Proc: TGetStrProc); begin PkgBoss.IterateComponentNames(GlobalDesignHook.LookupRoot,TypeData,Proc); end; -function TMainIDE.OnPropHookGetComponent(const ComponentPath: String - ): TComponent; +function TMainIDE.OnPropHookGetComponent(const ComponentPath: String): TComponent; begin Result:=PkgBoss.FindUsableComponent(GlobalDesignHook.LookupRoot,ComponentPath); end;