summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 11:58:00 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 11:58:00 +0000
commit216543acdf09e6efe9c939d0ff599c6386c10c0c (patch)
treea36ce89689dec8bda10658ebdfed16188b9b1bfb /cppu
parent6f208a1663527d0934c83353af5317e4deecfe7f (diff)
INTEGRATION: CWS ooo20040329 (1.15.100); FILE MERGED
2004/03/24 11:16:11 sparcmoz 1.15.100.1: #i23882# use macro from sal/types.h for suffix on long long constants
Diffstat (limited to 'cppu')
-rw-r--r--cppu/test/test_di.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/cppu/test/test_di.cxx b/cppu/test/test_di.cxx
index 961d6d3448ff..acf57c10807e 100644
--- a/cppu/test/test_di.cxx
+++ b/cppu/test/test_di.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: test_di.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: dbo $ $Date: 2002-08-19 07:18:48 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 12:58:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,7 @@
#include <rtl/ustring.hxx>
#include <osl/diagnose.h>
#include <osl/time.h>
+#include <sal/types.h>
//
#include <uno/dispatcher.h>
#include <uno/environment.h>
@@ -414,7 +415,8 @@ static sal_Bool performTest(
assign( (test::TestElement &)aData,
sal_True, '@', 17, 0x1234, 0xfedc, 0x12345678, 0xfedcba98,
- 0x123456789abcdef0, 0xfedcba9876543210,
+ SAL_CONST_INT64(0x123456789abcdef0),
+ SAL_CONST_UINT64(0xfedcba9876543210),
(float)17.0815, 3.1415926359, TestEnum_LOLA,
OUString::createFromAscii("dumdidum"), xDummyInterface,
makeAny( xDummyInterface ) );