aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCopyTable.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-07-31 13:37:36 +0000
committerstuconnolly <stuart02@gmail.com>2011-07-31 13:37:36 +0000
commit34dc6a658202bd624971c81633ea484e3f4f1e74 (patch)
tree6e888d59e87b75184c92c493bb243da966c2242c /Source/SPCopyTable.h
parent0d1cb97edd7dd422267dd4158625e566ad37b55a (diff)
downloadsequelpro-34dc6a658202bd624971c81633ea484e3f4f1e74.tar.gz
sequelpro-34dc6a658202bd624971c81633ea484e3f4f1e74.tar.bz2
sequelpro-34dc6a658202bd624971c81633ea484e3f4f1e74.zip
Small tidy up.
Diffstat (limited to 'Source/SPCopyTable.h')
-rw-r--r--Source/SPCopyTable.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/Source/SPCopyTable.h b/Source/SPCopyTable.h
index 87c4ec8c..498ba48c 100644
--- a/Source/SPCopyTable.h
+++ b/Source/SPCopyTable.h
@@ -24,11 +24,15 @@
#import "SPTableView.h"
+@class SPDataStorage;
+@class SPTableContent;
+
#define SP_MAX_CELL_WIDTH_MULTICOLUMN 200
#define SP_MAX_CELL_WIDTH 400
-@class SPDataStorage;
-@class SPTableContent;
+extern NSInteger SPEditMenuCopy;
+extern NSInteger SPEditMenuCopyWithColumns;
+extern NSInteger SPEditCopyAsSQL;
/*!
@class copyTable
@@ -50,7 +54,6 @@
NSRange fieldEditorSelectedRange;
NSString *copyBlobFileDirectory;
-
}
@property(readwrite,assign) NSString *copyBlobFileDirectory;
@@ -178,7 +181,3 @@
- (BOOL)control:(NSControl *)control textView:(NSTextView *)textView doCommandBySelector:(SEL)command;
@end
-
-extern NSInteger MENU_EDIT_COPY;
-extern NSInteger MENU_EDIT_COPY_WITH_COLUMN;
-extern NSInteger MENU_EDIT_COPY_AS_SQL;