summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-03-08 10:25:48 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-03-08 10:25:48 +0200
commit77f249a08d5e0aa104bda024f25ba6cf3acfc22b (patch)
treeb80f7cd7d31ffb6f747a0c335229cf76bb87b42e
parent73591fba3e8399ba9acb3921cbbbc0e47cfc61c6 (diff)
downloadfpGUI-77f249a08d5e0aa104bda024f25ba6cf3acfc22b.tar.xz
PDF report engine. Fixed a minor compilation error
-rw-r--r--extras/contributed/report_tool/reportengine/u_visu.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/contributed/report_tool/reportengine/u_visu.pas b/extras/contributed/report_tool/reportengine/u_visu.pas
index 19aae6ab..6205c2c4 100644
--- a/extras/contributed/report_tool/reportengine/u_visu.pas
+++ b/extras/contributed/report_tool/reportengine/u_visu.pas
@@ -155,7 +155,7 @@ try
with Document do
begin
FluxFichier:= TFileStream.Create(FichierPdf,fmCreate);
- EcritDocument(FluxFichier);
+ WriteDocument(FluxFichier);
FluxFichier.Free;
Free;
end;