fpspreadsheet: Add missing files to laz_fpspreadsheet package.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4349 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2015-09-21 16:15:44 +00:00
parent d2510c2961
commit 022eac32cf
2 changed files with 18 additions and 2 deletions

View File

@ -30,7 +30,7 @@
This package is all you need if you don't want graphical components (like grids and charts)."/>
<License Value="LGPL with static linking exception. This is the same license as is used in the LCL (Lazarus Component Library)."/>
<Version Major="1" Minor="7"/>
<Files Count="39">
<Files Count="43">
<Item1>
<Filename Value="fpolestorage.pas"/>
<UnitName Value="fpolestorage"/>
@ -187,6 +187,22 @@ This package is all you need if you don't want graphical components (like grids
<Filename Value="fpssearch.pas"/>
<UnitName Value="fpsSearch"/>
</Item39>
<Item40>
<Filename Value="xlsxml.pas"/>
<UnitName Value="xlsxml"/>
</Item40>
<Item41>
<Filename Value="xlsconst.pas"/>
<UnitName Value="xlsconst"/>
</Item41>
<Item42>
<Filename Value="fps.inc"/>
<Type Value="Include"/>
</Item42>
<Item43>
<Filename Value="fpscurrency.pas"/>
<UnitName Value="fpsCurrency"/>
</Item43>
</Files>
<RequiredPkgs Count="2">
<Item1>

View File

@ -14,7 +14,7 @@ uses
fpolebasic, wikitable, fpsNumFormatParser, fpsfunc, fpsRPN, fpsStrings,
fpscsv, fpsCsvDocument, fpspatches, fpsTypes, xlsEscher, fpsReaderWriter,
fpsNumFormat, fpsclasses, fpsHeaderFooterParser, fpsPalette, fpsHTML,
fpsHTMLUtils, fpsCell, fpsSearch;
fpsHTMLUtils, fpsCell, fpsSearch, xlsxml, xlsconst, fpsCurrency;
implementation