diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-10-12 12:06:53 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-10-12 12:06:53 +0200 |
commit | ef203d0ddbbfe57ef9731a19df931d97af7b50f9 (patch) | |
tree | f8fb3fcd7daf5bec3fb5a0dfeab4082d5b6531e9 /extras/contributed | |
parent | db438edb945380e5c2f530e758d085505b80cce4 (diff) | |
download | fpGUI-ef203d0ddbbfe57ef9731a19df931d97af7b50f9.tar.xz |
pdf reporting: moved the PPI constant to implementation section
Diffstat (limited to 'extras/contributed')
-rw-r--r-- | extras/contributed/report_tool/reportengine/u_imprime.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/contributed/report_tool/reportengine/u_imprime.pas b/extras/contributed/report_tool/reportengine/u_imprime.pas index 7f66272d..7e28ae44 100644 --- a/extras/contributed/report_tool/reportengine/u_imprime.pas +++ b/extras/contributed/report_tool/reportengine/u_imprime.pas @@ -435,7 +435,6 @@ const cnLeft= -2; cnCenter= -3; cnRight= -4; - PPI= 72; implementation @@ -443,6 +442,7 @@ uses U_Visu; const + PPI= 72; InchToMM= 25.4; Cent= 100; |