You've already forked lazarus-ccr
fpspreadsheet: Rename unit fpsMath to fpsFunc
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3258 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
unit fpsmath;
|
||||
unit fpsfunc;
|
||||
|
||||
{$mode objfpc}
|
||||
|
@ -992,7 +992,7 @@ procedure MakeLEPalette(APalette: PsPalette; APaletteSize: Integer);
|
||||
implementation
|
||||
|
||||
uses
|
||||
Math, StrUtils, TypInfo, fpsUtils, fpsNumFormatParser, fpsMath;
|
||||
Math, StrUtils, TypInfo, fpsUtils, fpsNumFormatParser, fpsFunc;
|
||||
|
||||
{ Translatable strings }
|
||||
resourcestring
|
||||
|
@ -108,8 +108,8 @@ This package is all you need if you don't want graphical components (like grids
|
||||
<UnitName Value="fpsNumFormatParser"/>
|
||||
</Item20>
|
||||
<Item21>
|
||||
<Filename Value="fpsmath.pas"/>
|
||||
<UnitName Value="fpsmath"/>
|
||||
<Filename Value="fpsfunc.pas"/>
|
||||
<UnitName Value="fpsfunc"/>
|
||||
</Item21>
|
||||
</Files>
|
||||
<RequiredPkgs Count="2">
|
||||
|
@ -11,7 +11,7 @@ uses
|
||||
xlsbiff5, xlsbiff8, xlsxooxml, fpsutils, fpszipper, uvirtuallayer_types,
|
||||
uvirtuallayer, uvirtuallayer_ole, uvirtuallayer_ole_helpers,
|
||||
uvirtuallayer_ole_types, uvirtuallayer_stream, fpolebasic, xlscommon,
|
||||
wikitable, fpsNumFormatParser, fpsmath;
|
||||
wikitable, fpsNumFormatParser, fpsfunc;
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -13,7 +13,7 @@ uses
|
||||
// Not using Lazarus package as the user may be working with multiple versions
|
||||
// Instead, add .. to unit search path
|
||||
Classes, SysUtils, fpcunit, testutils, testregistry,
|
||||
fpsallformats, fpspreadsheet, fpsmath,
|
||||
fpsallformats, fpspreadsheet, fpsfunc,
|
||||
xlsbiff8 {and a project requirement for lclbase for utf8 handling},
|
||||
testsutility;
|
||||
|
||||
|
Reference in New Issue
Block a user