aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPXMLExporter.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-10-24 11:30:12 +0000
committerstuconnolly <stuart02@gmail.com>2010-10-24 11:30:12 +0000
commit729acc2f2d4954130798ed382dca478eade14302 (patch)
treeb3ee47681377aa2e274470118f54e9767221c493 /Source/SPXMLExporter.m
parentc965b60b6ec45f56aa406296b5c35f48360f175a (diff)
downloadsequelpro-729acc2f2d4954130798ed382dca478eade14302.tar.gz
sequelpro-729acc2f2d4954130798ed382dca478eade14302.tar.bz2
sequelpro-729acc2f2d4954130798ed382dca478eade14302.zip
- 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.
Diffstat (limited to 'Source/SPXMLExporter.m')
-rw-r--r--Source/SPXMLExporter.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/SPXMLExporter.m b/Source/SPXMLExporter.m
index 1e2782b1..c3fee7c2 100644
--- a/Source/SPXMLExporter.m
+++ b/Source/SPXMLExporter.m
@@ -26,8 +26,6 @@
#import <MCPKit/MCPKit.h>
#import "SPXMLExporter.h"
-#import "SPArrayAdditions.h"
-#import "SPStringAdditions.h"
#import "SPFileHandle.h"
#import "SPExportUtilities.h"