mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 02:28:04 +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;
|
||||
begin
|
||||
Result:='Classes, SysUtils, FileUtil, LResources, Forms, Controls, Dialogs';
|
||||
Result := inherited GetInterfaceUsesSection;
|
||||
end;
|
||||
|
||||
function TFileDescPascalUnitWithDataModule.GetLocalizedName: string;
|
||||
@ -533,7 +533,7 @@ end;
|
||||
|
||||
function TFileDescPascalUnitWithFrame.GetInterfaceUsesSection: string;
|
||||
begin
|
||||
Result:='Classes, SysUtils, FileUtil, LResources, Forms';
|
||||
Result := inherited GetInterfaceUsesSection + ', Forms, Controls';
|
||||
end;
|
||||
|
||||
function TFileDescPascalUnitWithFrame.GetLocalizedName: string;
|
||||
|
Loading…
Reference in New Issue
Block a user