summaryrefslogtreecommitdiff
path: root/extras/contributed/report_tool/reportengine/impression.pas
diff options
context:
space:
mode:
authorJean-Marc Levecque <jmarc.levecque@dbmail.com>2010-11-26 09:50:27 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-11-26 09:50:27 +0200
commit7787ea0c2301e174aa249f406295bc99fe309160 (patch)
tree8f9432e1d78b1804e8a2f4549be9e24dc6ddd32d /extras/contributed/report_tool/reportengine/impression.pas
parentaf2b7a7e19595e46c47d74f6c7aa0bc5683930c9 (diff)
downloadfpGUI-7787ea0c2301e174aa249f406295bc99fe309160.tar.xz
A PDF Reporting engine and Demo
Diffstat (limited to 'extras/contributed/report_tool/reportengine/impression.pas')
-rw-r--r--extras/contributed/report_tool/reportengine/impression.pas14
1 files changed, 14 insertions, 0 deletions
diff --git a/extras/contributed/report_tool/reportengine/impression.pas b/extras/contributed/report_tool/reportengine/impression.pas
new file mode 100644
index 00000000..76c36510
--- /dev/null
+++ b/extras/contributed/report_tool/reportengine/impression.pas
@@ -0,0 +1,14 @@
+{ This file was automatically created by Lazarus. Do not edit!
+ This source is only used to compile and install the package.
+ }
+
+unit impression;
+
+interface
+
+uses
+ U_Commande, U_Imprime, U_Pdf, U_Visu;
+
+implementation
+
+end.