From 55683b4ea3c15d29255517120fb213edb851bf60 Mon Sep 17 00:00:00 2001 From: Claudia Murialdo Date: Thu, 28 Sep 2023 12:51:59 -0300 Subject: [PATCH] Remove unused usings. --- .../GxPdfReportsCS/PDFReportItext8.cs | 1 - .../GxPdfReportsCS/PDFReportItext4.cs | 29 +++++-------------- .../GxPdfReportsCS/PdfReportInterface.cs | 1 - 3 files changed, 8 insertions(+), 23 deletions(-) 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;