summaryrefslogtreecommitdiff
path: root/sal/textenc/tcvtutf7.c
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2001-10-12 09:44:53 +0000
committerStephan Bergmann <sb@openoffice.org>2001-10-12 09:44:53 +0000
commitee2c73f6a8711bb1e9f6ed5ea253b152b6742144 (patch)
tree71f35641cb1998a6ee204f91469988b588278813 /sal/textenc/tcvtutf7.c
parentbf4d03e8e0ec2a50462ba0d959915b17e515f8c0 (diff)
#87140# Cleaned up, added EUC-TW and GB-18030.
Diffstat (limited to 'sal/textenc/tcvtutf7.c')
-rw-r--r--sal/textenc/tcvtutf7.c20
1 files changed, 9 insertions, 11 deletions
diff --git a/sal/textenc/tcvtutf7.c b/sal/textenc/tcvtutf7.c
index 649d4c264632..bd7946ca3e69 100644
--- a/sal/textenc/tcvtutf7.c
+++ b/sal/textenc/tcvtutf7.c
@@ -2,9 +2,9 @@
*
* $RCSfile: tcvtutf7.c,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:17:30 $
+ * last change: $Author: sb $ $Date: 2001-10-12 10:44:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,17 +59,15 @@
*
************************************************************************/
-#define _RTL_CCVTUTF7_C
-
-#ifndef _RTL_ALLOC_H
-#include <rtl/alloc.h>
+#ifndef INCLUDED_RTL_TEXTENC_TENCHELP_H
+#include "tenchelp.h"
#endif
-#ifndef _RTL_TENCHELP_H
-#include <tenchelp.h>
+#ifndef _RTL_ALLOC_H
+#include "rtl/alloc.h"
#endif
#ifndef _RTL_TEXTCVT_H
-#include <rtl/textcvt.h>
+#include "rtl/textcvt.h"
#endif
/* ======================================================================= */
@@ -139,7 +137,7 @@ static sal_uChar const aImplMustShiftTab[128] =
/* ----------------------------------------------------------------------- */
-typedef struct _ImplUTF7ToUCContextData
+typedef struct
{
int mbShifted;
int mbFirst;
@@ -439,7 +437,7 @@ sal_Size ImplUTF7ToUnicode( const ImplTextConverterData* pData, void* pContext,
/* ======================================================================= */
-typedef struct _ImplUTF7FromUCContextData
+typedef struct
{
int mbShifted;
sal_uInt32 mnBitBuffer;