fpspreadsheet: Fix xlsx reader truncating strings after 255 characters due to missing $H+ directive. Check that all units use the $H+.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3637 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2014-10-07 22:53:52 +00:00
parent c3f65eac18
commit 46a94e0abf
15 changed files with 21 additions and 12 deletions

View File

@ -1,7 +1,7 @@
unit fpsNumFormatParser;
{$ifdef fpc}
{$mode delphi}
{$mode delphi}{$H+}
{$endif}
interface