Removes fpsconvencoding in favor of lconvencoding

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2195 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2011-12-24 23:42:08 +00:00
parent f8caf9447a
commit 442c19fe0a
7 changed files with 6 additions and 3474 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@ unit fpspreadsheet;
interface
uses
Classes, SysUtils, AVL_Tree, fpsconvencoding;
Classes, SysUtils, AVL_Tree, lconvencoding;
type
TsSpreadsheetFormat = (sfExcel2, sfExcel3, sfExcel4, sfExcel5, sfExcel8,

View File

@ -27,7 +27,7 @@
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Files Count="19">
<Files Count="18">
<Item1>
<Filename Value="fpolestorage.pas"/>
<UnitName Value="fpolestorage"/>
@ -100,10 +100,6 @@
<Filename Value="xlscommon.pas"/>
<UnitName Value="xlscommon"/>
</Item18>
<Item19>
<Filename Value="fpsconvencoding.pas"/>
<UnitName Value="fpsconvencoding"/>
</Item19>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="2">

View File

@ -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,
fpsconvencoding, LazarusPackageIntf;
LazarusPackageIntf;
implementation

View File

@ -34,7 +34,7 @@ interface
uses
Classes, SysUtils,
fpspreadsheet, xlscommon, fpsutils, fpsconvencoding;
fpspreadsheet, xlscommon, fpsutils, lconvencoding;
type

View File

@ -69,7 +69,7 @@ uses
{$else}
fpolestorage,
{$endif}
fpsutils, fpsconvencoding;
fpsutils, lconvencoding;
type

View File

@ -9,7 +9,7 @@ interface
uses
Classes, SysUtils,
fpspreadsheet,
fpsutils{, lconvencoding};
fpsutils, lconvencoding;
const
{ Formula constants TokenID values }