summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorMindy Liu <mindyliu@openoffice.org>2003-03-18 09:48:05 +0000
committerMindy Liu <mindyliu@openoffice.org>2003-03-18 09:48:05 +0000
commit6fa1cefbfc706634235bb745895e3d61357167a5 (patch)
treed90eb5f2f0dc8ea2581bf3067fbdeb4b79bb955a /sal
parentc93f1309314167d785b284312524e40313015f34 (diff)
add kTestByte5
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/ByteSequence/Byte_Const.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/qa/ByteSequence/Byte_Const.h b/sal/qa/ByteSequence/Byte_Const.h
index a157aaa08ec4..f7d7ae412f69 100644
--- a/sal/qa/ByteSequence/Byte_Const.h
+++ b/sal/qa/ByteSequence/Byte_Const.h
@@ -31,6 +31,8 @@ sal_Int8 kTestByte2 = 1;
sal_Int8 kTestByte3 = 2;
sal_Int8 kTestByte4 = -98;
+sal_Int8 kTestByte5[] = {kTestByte, kTestByte1, kTestByte2, kTestByte3, kTestByte4};
+
//------------------------------------------------------------------------
char kTestChar = 45;