summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorth <th@openoffice.org>2001-03-16 14:18:35 +0000
committerth <th@openoffice.org>2001-03-16 14:18:35 +0000
commit87d01676e2c38a789e59df7a0a44b4e9a1309087 (patch)
tree5f4aba4794c448f6809148b15baf9bce401a82d5 /sal
parent24af113b9933c86ce5f9e6c8d7fdf11b90af108c (diff)
comments
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/rtl/textenc.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/sal/inc/rtl/textenc.h b/sal/inc/rtl/textenc.h
index 0bb46e034..48a9cc4e2 100644
--- a/sal/inc/rtl/textenc.h
+++ b/sal/inc/rtl/textenc.h
@@ -2,9 +2,9 @@
*
* $RCSfile: textenc.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: er $ $Date: 2000-12-18 15:30:25 $
+ * last change: $Author: th $ $Date: 2001-03-16 15:18:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,7 +64,7 @@
#ifdef _SOLAR_RSC_INVOKED
/* Enable resources to use these values, rsc can't handle casts */
-#define RTL_TEXTENC_CAST( val ) (val)
+#define RTL_TEXTENC_CAST( val ) (val)
#else /* !_SOLAR_RSC_INVOKED */
@@ -73,11 +73,10 @@
#endif
typedef sal_uInt16 rtl_TextEncoding;
-#define RTL_TEXTENC_CAST( val ) ((rtl_TextEncoding) val)
+#define RTL_TEXTENC_CAST( val ) ((rtl_TextEncoding) val)
#endif /* _SOLAR_RSC_INVOKED */
-
#define RTL_TEXTENCODING_DONTKNOW (RTL_TEXTENC_CAST( 0 ))
#define RTL_TEXTENCODING_MS_1252 (RTL_TEXTENC_CAST( 1 ))
#define RTL_TEXTENCODING_APPLE_ROMAN (RTL_TEXTENC_CAST( 2 ))