summaryrefslogtreecommitdiff
path: root/extras/contributed
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-10-12 12:06:53 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-10-12 12:06:53 +0200
commitef203d0ddbbfe57ef9731a19df931d97af7b50f9 (patch)
treef8fb3fcd7daf5bec3fb5a0dfeab4082d5b6531e9 /extras/contributed
parentdb438edb945380e5c2f530e758d085505b80cce4 (diff)
downloadfpGUI-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.pas2
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;