From 5f0e9b52714e64e133e5fe39974275c48d3450ae Mon Sep 17 00:00:00 2001 From: Peter Forstmeier Date: Mon, 23 Jan 2006 08:56:33 +0000 Subject: [PATCH] Forgot to clean ReportModel.cs git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1027 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- src/AddIns/Misc/SharpReport/SharpReportCore/ReportModel.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/AddIns/Misc/SharpReport/SharpReportCore/ReportModel.cs b/src/AddIns/Misc/SharpReport/SharpReportCore/ReportModel.cs index fe82249658..e8c1579ff2 100644 --- a/src/AddIns/Misc/SharpReport/SharpReportCore/ReportModel.cs +++ b/src/AddIns/Misc/SharpReport/SharpReportCore/ReportModel.cs @@ -52,9 +52,7 @@ namespace SharpReportCore { reportSettings.GraphicsUnit = graphicsUnit; } - #region ReportType - ##endregion #region SharpReport.DelegatesInterfaces.IModel interface implementation public void Accept(IModelVisitor visitor) {