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:
wp_xxyyzz
2014-07-01 07:39:06 +00:00
parent 734c816bd1
commit f1223bfea4
5 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
unit fpsmath; unit fpsfunc;
{$mode objfpc} {$mode objfpc}

View File

@ -992,7 +992,7 @@ procedure MakeLEPalette(APalette: PsPalette; APaletteSize: Integer);
implementation implementation
uses uses
Math, StrUtils, TypInfo, fpsUtils, fpsNumFormatParser, fpsMath; Math, StrUtils, TypInfo, fpsUtils, fpsNumFormatParser, fpsFunc;
{ Translatable strings } { Translatable strings }
resourcestring resourcestring

View File

@ -108,8 +108,8 @@ This package is all you need if you don't want graphical components (like grids
<UnitName Value="fpsNumFormatParser"/> <UnitName Value="fpsNumFormatParser"/>
</Item20> </Item20>
<Item21> <Item21>
<Filename Value="fpsmath.pas"/> <Filename Value="fpsfunc.pas"/>
<UnitName Value="fpsmath"/> <UnitName Value="fpsfunc"/>
</Item21> </Item21>
</Files> </Files>
<RequiredPkgs Count="2"> <RequiredPkgs Count="2">

View File

@ -11,7 +11,7 @@ uses
xlsbiff5, xlsbiff8, xlsxooxml, fpsutils, fpszipper, uvirtuallayer_types, xlsbiff5, xlsbiff8, xlsxooxml, fpsutils, fpszipper, uvirtuallayer_types,
uvirtuallayer, uvirtuallayer_ole, uvirtuallayer_ole_helpers, uvirtuallayer, uvirtuallayer_ole, uvirtuallayer_ole_helpers,
uvirtuallayer_ole_types, uvirtuallayer_stream, fpolebasic, xlscommon, uvirtuallayer_ole_types, uvirtuallayer_stream, fpolebasic, xlscommon,
wikitable, fpsNumFormatParser, fpsmath; wikitable, fpsNumFormatParser, fpsfunc;
implementation implementation

View File

@ -13,7 +13,7 @@ uses
// Not using Lazarus package as the user may be working with multiple versions // Not using Lazarus package as the user may be working with multiple versions
// Instead, add .. to unit search path // Instead, add .. to unit search path
Classes, SysUtils, fpcunit, testutils, testregistry, Classes, SysUtils, fpcunit, testutils, testregistry,
fpsallformats, fpspreadsheet, fpsmath, fpsallformats, fpspreadsheet, fpsfunc,
xlsbiff8 {and a project requirement for lclbase for utf8 handling}, xlsbiff8 {and a project requirement for lclbase for utf8 handling},
testsutility; testsutility;