mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 14:57:57 +02:00
LazReport: lr_officeimport and lrsSpreadsheetExport packages now requires laz_fpspreadsheet package 1.17
This commit is contained in:
parent
1a56b9580d
commit
382516a4f2
@ -1,7 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<Package Version="4">
|
||||
<Package Version="5">
|
||||
<Name Value="lr_OfficeImport"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<SearchPaths>
|
||||
@ -16,13 +17,14 @@
|
||||
</Item1>
|
||||
<Item2>
|
||||
<Filename Value="lrspreadsheetimportunit.pas"/>
|
||||
<UnitName Value="lrspreadsheetimportunit"/>
|
||||
<UnitName Value="lrSpreadSheetImportUnit"/>
|
||||
</Item2>
|
||||
</Files>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<CompatibilityMode Value="True"/>
|
||||
<RequiredPkgs Count="3">
|
||||
<Item1>
|
||||
<PackageName Value="laz_fpspreadsheet"/>
|
||||
<MinVersion Major="1" Minor="17" Valid="True"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<PackageName Value="lazreport"/>
|
||||
|
@ -79,7 +79,8 @@ function sHAToA(AValue:TsHorAlignment):TAlignment; inline;
|
||||
const
|
||||
A:array [TsHorAlignment] of TAlignment =
|
||||
//haDefault, haLeft, haCenter, haRight
|
||||
(taLeftJustify, taLeftJustify, taCenter, taRightJustify);
|
||||
(taLeftJustify, taLeftJustify, taCenter, taRightJustify,
|
||||
taLeftJustify, taLeftJustify, taLeftJustify);
|
||||
begin
|
||||
Result:=A[AValue];
|
||||
end;
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<Package Version="4">
|
||||
<Package Version="5">
|
||||
<Name Value="lrSpreadSheetExport"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<Author Value="Aleksey Lagunov"/>
|
||||
@ -43,6 +43,7 @@
|
||||
<UnitName Value="le_e_spreadsheet_types"/>
|
||||
</Item7>
|
||||
</Files>
|
||||
<CompatibilityMode Value="True"/>
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
<OutDir Value="languages"/>
|
||||
@ -50,6 +51,7 @@
|
||||
<RequiredPkgs Count="3">
|
||||
<Item1>
|
||||
<PackageName Value="laz_fpspreadsheet"/>
|
||||
<MinVersion Major="1" Minor="17" Valid="True"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<PackageName Value="lazreport"/>
|
||||
|
Loading…
Reference in New Issue
Block a user