components: less hints

git-svn-id: trunk@51779 -
This commit is contained in:
mattias 2016-03-01 15:23:14 +00:00
parent 1201d2e3ab
commit 8c8bacd310
5 changed files with 17 additions and 12 deletions

View File

@ -4,6 +4,7 @@
unit TAChartAggPas;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -2,8 +2,9 @@
This source is only used to compile and install the package.
}
unit TAChartFPVectorial;
unit TAChartFPVectorial;
{$warn 5023 off : no warning about unused units}
interface
uses
@ -11,10 +12,10 @@ uses
implementation
procedure Register;
procedure Register;
begin
end;
end;
initialization
RegisterPackage('TAChartFPVectorial', @Register);
RegisterPackage('TAChartFPVectorial', @Register);
end.

View File

@ -4,6 +4,7 @@
unit TAChartLazarusPkg;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -2,8 +2,9 @@
This source is only used to compile and install the package.
}
unit TAChartPrint;
unit TAChartPrint;
{$warn 5023 off : no warning about unused units}
interface
uses
@ -11,10 +12,10 @@ uses
implementation
procedure Register;
procedure Register;
begin
end;
end;
initialization
RegisterPackage('TAChartPrint', @Register);
RegisterPackage('TAChartPrint', @Register);
end.

View File

@ -2,8 +2,9 @@
This source is only used to compile and install the package.
}
unit TAChartWMF;
unit TAChartWMF;
{$warn 5023 off : no warning about unused units}
interface
uses
@ -11,10 +12,10 @@ uses
implementation
procedure Register;
procedure Register;
begin
end;
end;
initialization
RegisterPackage('TAChartWMF', @Register);
RegisterPackage('TAChartWMF', @Register);
end.