diff --git a/dotnet/src/dotnetcore/GxPdfReportsCS/PDFReportItext8.cs b/dotnet/src/dotnetcore/GxPdfReportsCS/PDFReportItext8.cs index 91954afba..640611a43 100644 --- a/dotnet/src/dotnetcore/GxPdfReportsCS/PDFReportItext8.cs +++ b/dotnet/src/dotnetcore/GxPdfReportsCS/PDFReportItext8.cs @@ -30,7 +30,6 @@ namespace GeneXus.Printer { - public class GxReportBuilderPdf8 : GxReportBuilderPdf { static ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); diff --git a/dotnet/src/dotnetframework/GxPdfReportsCS/PDFReportItext4.cs b/dotnet/src/dotnetframework/GxPdfReportsCS/PDFReportItext4.cs index ae21d18a8..8db5286b9 100644 --- a/dotnet/src/dotnetframework/GxPdfReportsCS/PDFReportItext4.cs +++ b/dotnet/src/dotnetframework/GxPdfReportsCS/PDFReportItext4.cs @@ -1,29 +1,16 @@ using System; - -using System.IO; using System.Collections; -using System.Threading; -using System.Text; -using Microsoft.Win32; -using System.Runtime.InteropServices; -using System.Globalization; - -using System.util; -using System.Diagnostics; -using log4net; -using iTextSharp.text.pdf; -using iTextSharp.text; - -using GeneXus.Printer; -using iTextSharp.text.html.simpleparser; using System.Collections.Generic; -using System.Security; -using GeneXus; -using GeneXus.Utils; +using System.Globalization; +using System.IO; using System.Reflection; -using GeneXus.Metadata; -using com.genexus.reports; +using GeneXus; using GeneXus.Configuration; +using GeneXus.Metadata; +using iTextSharp.text; +using iTextSharp.text.html.simpleparser; +using iTextSharp.text.pdf; +using log4net; namespace com.genexus.reports { diff --git a/dotnet/src/dotnetframework/GxPdfReportsCS/PdfReportInterface.cs b/dotnet/src/dotnetframework/GxPdfReportsCS/PdfReportInterface.cs index 13d0ae72b..905dc60fb 100644 --- a/dotnet/src/dotnetframework/GxPdfReportsCS/PdfReportInterface.cs +++ b/dotnet/src/dotnetframework/GxPdfReportsCS/PdfReportInterface.cs @@ -1,4 +1,3 @@ -using System; using System.IO; using log4net;