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/SPCustomQuery.m | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/SPCustomQuery.m') diff --git a/Source/SPCustomQuery.m b/Source/SPCustomQuery.m index 151e2340..02822f92 100644 --- a/Source/SPCustomQuery.m +++ b/Source/SPCustomQuery.m @@ -26,10 +26,6 @@ #import "SPCustomQuery.h" #import "SPSQLParser.h" #import "SPGrowlController.h" -#import "SPStringAdditions.h" -#import "SPTextViewAdditions.h" -#import "SPArrayAdditions.h" -#import "SPDataAdditions.h" #import "SPDataCellFormatter.h" #import "SPDatabaseDocument.h" #import "SPTablesList.h" @@ -42,7 +38,6 @@ #import "SPEncodingPopupAccessory.h" #import "SPDataStorage.h" #import "SPAlertSheets.h" -#import "SPMainThreadTrampoline.h" #import "SPCopyTable.h" #import "SPGeometryDataView.h" -- cgit v1.2.3