From 729acc2f2d4954130798ed382dca478eade14302 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 24 Oct 2010 11:30:12 +0000 Subject: - Split out all of SPExportController's delegate methods to their own category. - Prepare for the implementation of PDF and HTML export by hiding the export options box for export types that don't need it. - Fix some spacing issues on the export dialog. - Create a new SPCategoryAdditions header that is included in the apps precompiled header, making all additions available to all classes. - Update strings files. --- Source/SPDotExporter.m | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/SPDotExporter.m') diff --git a/Source/SPDotExporter.m b/Source/SPDotExporter.m index c2e81862..9db34a7c 100644 --- a/Source/SPDotExporter.m +++ b/Source/SPDotExporter.m @@ -25,7 +25,6 @@ #import "SPDotExporter.h" #import "SPFileHandle.h" -#import "SPArrayAdditions.h" #import "SPTableData.h" #import "SPExportUtilities.h" -- cgit v1.2.3