Kaydet (Commit) d7961b15 authored tarafından Takeshi Abe's avatar Takeshi Abe

Drop unused typedefs and #includes

Change-Id: I83f645ff93f7a351053b09d55ac23e9a5656d143
üst 08c104a9
...@@ -21,16 +21,8 @@ ...@@ -21,16 +21,8 @@
#ifndef SC_DECL_H #ifndef SC_DECL_H
#define 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 }; 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 #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include "attrib.hxx" #include "attrib.hxx"
#include "decl.h"
#include "tool.h" #include "tool.h"
extern ScDocument* pDoc; extern ScDocument* pDoc;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment