LazReport: lr_officeimport and lrsSpreadsheetExport packages now requires laz_fpspreadsheet package 1.17

This commit is contained in:
Jesus Reyes A. 2025-03-23 14:11:37 -06:00
parent 1a56b9580d
commit 382516a4f2
3 changed files with 10 additions and 5 deletions

View File

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<Package Version="4"> <Package Version="5">
<Name Value="lr_OfficeImport"/> <Name Value="lr_OfficeImport"/>
<Type Value="RunAndDesignTime"/>
<CompilerOptions> <CompilerOptions>
<Version Value="11"/> <Version Value="11"/>
<SearchPaths> <SearchPaths>
@ -16,13 +17,14 @@
</Item1> </Item1>
<Item2> <Item2>
<Filename Value="lrspreadsheetimportunit.pas"/> <Filename Value="lrspreadsheetimportunit.pas"/>
<UnitName Value="lrspreadsheetimportunit"/> <UnitName Value="lrSpreadSheetImportUnit"/>
</Item2> </Item2>
</Files> </Files>
<Type Value="RunAndDesignTime"/> <CompatibilityMode Value="True"/>
<RequiredPkgs Count="3"> <RequiredPkgs Count="3">
<Item1> <Item1>
<PackageName Value="laz_fpspreadsheet"/> <PackageName Value="laz_fpspreadsheet"/>
<MinVersion Major="1" Minor="17" Valid="True"/>
</Item1> </Item1>
<Item2> <Item2>
<PackageName Value="lazreport"/> <PackageName Value="lazreport"/>

View File

@ -79,7 +79,8 @@ function sHAToA(AValue:TsHorAlignment):TAlignment; inline;
const const
A:array [TsHorAlignment] of TAlignment = A:array [TsHorAlignment] of TAlignment =
//haDefault, haLeft, haCenter, haRight //haDefault, haLeft, haCenter, haRight
(taLeftJustify, taLeftJustify, taCenter, taRightJustify); (taLeftJustify, taLeftJustify, taCenter, taRightJustify,
taLeftJustify, taLeftJustify, taLeftJustify);
begin begin
Result:=A[AValue]; Result:=A[AValue];
end; end;

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<Package Version="4"> <Package Version="5">
<Name Value="lrSpreadSheetExport"/> <Name Value="lrSpreadSheetExport"/>
<Type Value="RunAndDesignTime"/> <Type Value="RunAndDesignTime"/>
<Author Value="Aleksey Lagunov"/> <Author Value="Aleksey Lagunov"/>
@ -43,6 +43,7 @@
<UnitName Value="le_e_spreadsheet_types"/> <UnitName Value="le_e_spreadsheet_types"/>
</Item7> </Item7>
</Files> </Files>
<CompatibilityMode Value="True"/>
<i18n> <i18n>
<EnableI18N Value="True"/> <EnableI18N Value="True"/>
<OutDir Value="languages"/> <OutDir Value="languages"/>
@ -50,6 +51,7 @@
<RequiredPkgs Count="3"> <RequiredPkgs Count="3">
<Item1> <Item1>
<PackageName Value="laz_fpspreadsheet"/> <PackageName Value="laz_fpspreadsheet"/>
<MinVersion Major="1" Minor="17" Valid="True"/>
</Item1> </Item1>
<Item2> <Item2>
<PackageName Value="lazreport"/> <PackageName Value="lazreport"/>