lazarus/components/lazreport/source/addons/lrspreadsheetexport/lrspreadsheetexport.pas
mattias 8495f3a998 components: less hints
git-svn-id: trunk@51786 -
2016-03-01 15:28:02 +00:00

25 lines
563 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit lrSpreadSheetExport;
{$warn 5023 off : no warning about unused units}
interface
uses
lrSpreadSheetExp, le_e_spreadsheet, le_e_spreadsheet_consts,
le_e_spreadsheet_params, LR_ExportMatrix, le_e_spreadsheet_types,
LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('lrSpreadSheetExp', @lrSpreadSheetExp.Register);
end;
initialization
RegisterPackage('lrSpreadSheetExport', @Register);
end.