summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-10-13 04:47:33 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-10-13 04:50:49 +0900
commitd7961b15572373a29cc0839858ae514db6238ccd (patch)
tree003c7f1514d16cef6e715349f592fdece54e81a8 /sc
parent08c104a94cd4e4908f326c3e7c14aedd597665d0 (diff)
Drop unused typedefs and #includes
Change-Id: I83f645ff93f7a351053b09d55ac23e9a5656d143
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/inc/decl.h10
-rw-r--r--sc/source/filter/lotus/memory.cxx1
2 files changed, 1 insertions, 10 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: */
diff --git a/sc/source/filter/lotus/memory.cxx b/sc/source/filter/lotus/memory.cxx
index 3bfddfefee6d..77c7b57410ed 100644
--- a/sc/source/filter/lotus/memory.cxx
+++ b/sc/source/filter/lotus/memory.cxx
@@ -29,7 +29,6 @@
#include "attrib.hxx"
-#include "decl.h"
#include "tool.h"
extern ScDocument* pDoc;