fpspreadsheet: Fix compilation of package laz_fpspreadsheetexport_visual

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6469 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-06-06 04:51:50 +00:00
parent ff9deb89c2
commit 82eaed4d0b
2 changed files with 1 additions and 246 deletions

View File

@ -5,6 +5,7 @@
unit fpsexportreg;
{$mode objfpc}{$H+}
{$R ../../resource/fpsvisualexportreg.res}
interface
@ -27,8 +28,5 @@ begin
RegisterComponents('Data Export', [TFPSExport]);
end;
initialization
{$I fpsexportimg.lrs}
end.