summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-17 12:26:13 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-17 12:26:13 +0000
commitdaee63c6af3ada7789b0e612db17eeaf040af514 (patch)
tree3f0024d3913f7cde39fe11893f2fe8cbd137bfef /sal
parent096abcf8d772d4ba2df3de58a12ee67619ece1d5 (diff)
INTEGRATION: CWS ooo64bit01 (1.8.170); FILE MERGED
2004/05/02 16:29:06 svesik 1.8.170.2: RESYNC: (1.8-1.9); FILE MERGED 2004/03/16 23:54:11 fa 1.8.170.1: Merge cws_srx644_port64bit, other misc fixes
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/rtl/string.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/inc/rtl/string.h b/sal/inc/rtl/string.h
index 8ceff1db2c29..7616a591781a 100644
--- a/sal/inc/rtl/string.h
+++ b/sal/inc/rtl/string.h
@@ -2,9 +2,9 @@
*
* $RCSfile: string.h,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2004-03-30 16:27:53 $
+ * last change: $Author: rt $ $Date: 2004-06-17 13:26:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1113,8 +1113,8 @@ sal_Int32 SAL_CALL rtl_string_getToken( rtl_String ** newStr , rtl_String * str,
/* ======================================================================= */
/* constAsciiStr must be a "..." or char const aFoo[] = "..." */
-#define RTL_CONSTASCII_STRINGPARAM( constAsciiStr ) constAsciiStr, sizeof( constAsciiStr )-1
-#define RTL_CONSTASCII_LENGTH( constAsciiStr ) (sizeof( constAsciiStr )-1)
+#define RTL_CONSTASCII_STRINGPARAM( constAsciiStr ) constAsciiStr, ((sal_Int32)sizeof(constAsciiStr)-1)
+#define RTL_CONSTASCII_LENGTH( constAsciiStr ) ((sal_Int32)(sizeof(constAsciiStr)-1))
/* ======================================================================= */