mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 11:09:09 +02:00
ide: don't add unneeded units for new frame and new datamodule
git-svn-id: trunk@25504 -
This commit is contained in:
parent
f44f816bec
commit
70d6216214
@ -448,7 +448,7 @@ end;
|
|||||||
|
|
||||||
function TFileDescPascalUnitWithDataModule.GetInterfaceUsesSection: string;
|
function TFileDescPascalUnitWithDataModule.GetInterfaceUsesSection: string;
|
||||||
begin
|
begin
|
||||||
Result:='Classes, SysUtils, FileUtil, LResources, Forms, Controls, Dialogs';
|
Result := inherited GetInterfaceUsesSection;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TFileDescPascalUnitWithDataModule.GetLocalizedName: string;
|
function TFileDescPascalUnitWithDataModule.GetLocalizedName: string;
|
||||||
@ -533,7 +533,7 @@ end;
|
|||||||
|
|
||||||
function TFileDescPascalUnitWithFrame.GetInterfaceUsesSection: string;
|
function TFileDescPascalUnitWithFrame.GetInterfaceUsesSection: string;
|
||||||
begin
|
begin
|
||||||
Result:='Classes, SysUtils, FileUtil, LResources, Forms';
|
Result := inherited GetInterfaceUsesSection + ', Forms, Controls';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TFileDescPascalUnitWithFrame.GetLocalizedName: string;
|
function TFileDescPascalUnitWithFrame.GetLocalizedName: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user