summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-17 12:27:56 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-17 12:27:56 +0000
commitda644e587e5c5b2fc98c5e2a792da15066b9ee6e (patch)
tree6966c6770f0aaea53902fc364e34b82b1eac0bb4 /sal
parent3de089b0013dd1ba453fb7b99461b28e4055e4ba (diff)
INTEGRATION: CWS ooo64bit01 (1.5.36); FILE MERGED
2004/03/16 23:54:13 fa 1.5.36.1: Merge cws_srx644_port64bit, other misc fixes
Diffstat (limited to 'sal')
-rw-r--r--sal/rtl/source/byteseq.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/rtl/source/byteseq.c b/sal/rtl/source/byteseq.c
index 3d0ec9dc048e..3538d4fa1a5c 100644
--- a/sal/rtl/source/byteseq.c
+++ b/sal/rtl/source/byteseq.c
@@ -2,9 +2,9 @@
*
* $RCSfile: byteseq.c,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2003-12-17 17:10:24 $
+ * last change: $Author: rt $ $Date: 2004-06-17 13:27:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -275,7 +275,7 @@ sal_Bool SAL_CALL rtl_byte_sequence_equals( sal_Sequence *pSequence1 , sal_Seque
//==================================================================================================
const sal_Int8 *SAL_CALL rtl_byte_sequence_getConstArray( sal_Sequence *pSequence )
{
- return pSequence->elements;
+ return ((const sal_Int8*)(pSequence->elements));
}
//==================================================================================================