summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/inc/decl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/decl.h')
-rw-r--r--sc/source/filter/inc/decl.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sc/source/filter/inc/decl.h b/sc/source/filter/inc/decl.h
index 5d484da0e66c..3860090eb16e 100644
--- a/sc/source/filter/inc/decl.h
+++ b/sc/source/filter/inc/decl.h
@@ -21,16 +21,8 @@
#ifndef SC_DECL_H
#define SC_DECL_H
-#include <tools/solar.h>
-
enum WKTYP { eWK_UNKNOWN = -2, eWK_1 = 0, eWK_2, eWK3, eWK4, eWK_Error, eWK123 };
-typedef void ( BEARBFKT )( void );
-typedef sal_Char STRING16[ 16 ];
-typedef sal_Char STRING14[ 14 ];
-typedef sal_Char STRING8[ 8 ];
-typedef sal_Char STRING6[ 6 ];
-typedef sal_uInt16 USHORT4[ 4 ];
-//typedef unsigned short USHORT4[ 4 ];
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */