diff --git a/components/lazreport/source/lazreport.lpk b/components/lazreport/source/lazreport.lpk index d09d431e9f..ba452977c0 100644 --- a/components/lazreport/source/lazreport.lpk +++ b/components/lazreport/source/lazreport.lpk @@ -1,6 +1,6 @@ - + @@ -15,7 +15,16 @@ + + + + + + + + + @@ -27,7 +36,7 @@ Lazarus Port: Olivier Guilbaud, Jesus Reyes A. See license.txt and license-lazreport.txt for details. "/> - + @@ -265,6 +274,10 @@ See license.txt and license-lazreport.txt for details. + + + + diff --git a/components/lazreport/source/lazreport.pas b/components/lazreport/source/lazreport.pas index 5436d94500..5e2ccefdd8 100644 --- a/components/lazreport/source/lazreport.pas +++ b/components/lazreport/source/lazreport.pas @@ -12,7 +12,7 @@ uses lr_expres, LR_Flds, LR_fmted, lr_funct_editor_unit, lr_funct_editor_unit1, LR_GEdit, LR_GrpEd, LR_IFlds, LR_Pars, LR_pgopt, LR_PGrid, LR_PrDlg, LR_Prntr, LR_progr, lr_propedit, LR_Register, LR_RRect, LR_Shape, LR_Utils, - LR_Var, LR_Vared, LR_View, LR_Newrp, LazarusPackageIntf; + LR_Var, LR_Vared, LR_View, LR_Newrp, Barcode, LazarusPackageIntf; implementation