IDE: formatting

git-svn-id: trunk@40553 -
This commit is contained in:
juha 2013-03-15 13:09:43 +00:00
parent 4b5bda4b7d
commit 1984461ac1

View File

@ -13600,14 +13600,12 @@ begin
PkgBoss.AddDependencyToUnitOwners(AnUnitInfo.Filename,RequiredUnitName); PkgBoss.AddDependencyToUnitOwners(AnUnitInfo.Filename,RequiredUnitName);
end; end;
procedure TMainIDE.OnPropHookGetComponentNames(TypeData: PTypeData; procedure TMainIDE.OnPropHookGetComponentNames(TypeData: PTypeData; Proc: TGetStrProc);
Proc: TGetStrProc);
begin begin
PkgBoss.IterateComponentNames(GlobalDesignHook.LookupRoot,TypeData,Proc); PkgBoss.IterateComponentNames(GlobalDesignHook.LookupRoot,TypeData,Proc);
end; end;
function TMainIDE.OnPropHookGetComponent(const ComponentPath: String function TMainIDE.OnPropHookGetComponent(const ComponentPath: String): TComponent;
): TComponent;
begin begin
Result:=PkgBoss.FindUsableComponent(GlobalDesignHook.LookupRoot,ComponentPath); Result:=PkgBoss.FindUsableComponent(GlobalDesignHook.LookupRoot,ComponentPath);
end; end;