mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 18:50:45 +02:00
components: less hints
git-svn-id: trunk@51786 -
This commit is contained in:
parent
febbca6c63
commit
8495f3a998
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit lr_DialogDesign;
|
unit lr_DialogDesign;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit LR_SqlDB;
|
unit LR_SqlDB;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit LR_TDbf;
|
unit LR_TDbf;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -1,22 +1,23 @@
|
|||||||
{ 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.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit lr_add_function;
|
unit lr_add_function;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
lrAddFunctionLibrary, lr_add_function_const, frFuncDate, frFuncNum,
|
lrAddFunctionLibrary, lr_add_function_const, frFuncDate, frFuncNum,
|
||||||
frFuncSQL, frFuncStr, LazarusPackageIntf;
|
frFuncSQL, frFuncStr, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterUnit('lrAddFunctionLibrary', @lrAddFunctionLibrary.Register);
|
RegisterUnit('lrAddFunctionLibrary', @lrAddFunctionLibrary.Register);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('lr_add_function', @Register);
|
RegisterPackage('lr_add_function', @Register);
|
||||||
end.
|
end.
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit lrcairoexport;
|
unit lrcairoexport;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit lr_extexp;
|
unit lr_extexp;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit lrEmailExport;
|
unit lrEmailExport;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit lr_OfficeImport;
|
unit lr_OfficeImport;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit lr_codereport_pkg;
|
unit lr_codereport_pkg;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit lrSpreadSheetExport;
|
unit lrSpreadSheetExport;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
Loading…
Reference in New Issue
Block a user