summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/decl.h
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 12:47:34 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 12:47:34 +0000
commitf07f6b29c924581f616ec7e448dbae096ac7f147 (patch)
treee9c6141327cb9c548cfc301f73857b53514297ad /sc/source/filter/inc/decl.h
parent05c099abee44021a664060e882462ff5d96bd16a (diff)
INTEGRATION: CWS lotus123import01 (1.1.1.1.646); FILE MERGED
2004/09/29 16:43:41 mmeeks 1.1.1.1.646.1: Issue number: 34806 Submitted by: ashwanth Reviewed by: mmeeks Initial chunk of Lotus 123 import filter.
Diffstat (limited to 'sc/source/filter/inc/decl.h')
-rw-r--r--sc/source/filter/inc/decl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/decl.h b/sc/source/filter/inc/decl.h
index bf00fbb9e8e7..d22678a8127f 100644
--- a/sc/source/filter/inc/decl.h
+++ b/sc/source/filter/inc/decl.h
@@ -2,9 +2,9 @@
*
* $RCSfile: decl.h,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:45:12 $
+ * last change: $Author: rt $ $Date: 2004-11-26 13:47:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,7 +68,7 @@
#include <tools/string.hxx>
#endif
-enum WKTYP { eWK_UNKNOWN = -2, eWK_1 = 0, eWK_2, eWK3, eWK4, eWK_Error };
+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 ];