mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 16:20:32 +02:00
components: less hints
git-svn-id: trunk@51785 -
This commit is contained in:
parent
5f99c1f5b7
commit
febbca6c63
@ -4,6 +4,7 @@
|
||||
|
||||
unit lazreport;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
@ -13,7 +14,7 @@ uses
|
||||
LR_GEdit, LR_GrpEd, LR_IFlds, LR_Pars, LR_pgopt, LR_PGrid, LR_PrDlg,
|
||||
LR_Prntr, LR_progr, lr_propedit, LR_Register, LR_RRect, LR_Shape, LR_Utils,
|
||||
LR_Var, LR_Vared, LR_View, LR_Newrp, Barcode, LR_DBRel, LR_DBComponent,
|
||||
lr_hyphen, LR_Intrp, fr3tolrf, lr_design_ins_filed, lr_previewtoolsabstract,
|
||||
lr_hyphen, LR_Intrp, fr3tolrf, lr_design_ins_filed, lr_PreviewToolsAbstract,
|
||||
lr_CrossArray, lr_CrossTab, lr_CrossTabEditor, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
@ -1,9 +1,10 @@
|
||||
{ This file was automatically created by Lazarus. do not edit!
|
||||
{ This file was automatically created by Lazarus. Do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit lazsvnpkg;
|
||||
unit lazsvnpkg;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
@ -12,11 +13,11 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('LazSVNIntf', @LazSVNIntf.Register);
|
||||
end;
|
||||
RegisterUnit('LazSVNIntf', @LazSVNIntf.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('lazsvnpkg', @Register);
|
||||
RegisterPackage('lazsvnpkg', @Register);
|
||||
end.
|
||||
|
@ -1,21 +1,22 @@
|
||||
{ This file was automatically created by Lazarus. Do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit lazthread;
|
||||
unit lazthread;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
RegLazThread, ThreadOptionsDialog, LazarusPackageIntf;
|
||||
RegLazThread, ThreadOptionsDialog, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('RegLazThread', @RegLazThread.Register);
|
||||
end;
|
||||
RegisterUnit('RegLazThread', @RegLazThread.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('lazthread', @Register);
|
||||
RegisterPackage('lazthread', @Register);
|
||||
end.
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
unit LazUtils;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user