From a74353c38298eccc4ed0dd4227f8cc146502364f Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien <hr@openoffice.org>
Date: Tue, 20 Jun 2006 01:25:51 +0000
Subject: INTEGRATION: CWS warnings01 (1.5.16); FILE MERGED 2005/09/22 22:30:52
 sb 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/14 12:02:35 sb 1.5.16.1:
 #i53898# Improved tests.

---
 codemaker/test/cppumaker/types.idl | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

(limited to 'codemaker/test')

diff --git a/codemaker/test/cppumaker/types.idl b/codemaker/test/cppumaker/types.idl
index 5c9814091157..fdcc71380e51 100644
--- a/codemaker/test/cppumaker/types.idl
+++ b/codemaker/test/cppumaker/types.idl
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: types.idl,v $
  *
- *  $Revision: 1.6 $
+ *  $Revision: 1.7 $
  *
- *  last change: $Author: rt $ $Date: 2005-09-08 02:20:03 $
+ *  last change: $Author: hr $ $Date: 2006-06-20 02:25:51 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -597,6 +597,9 @@ exception TestException1: com::sun::star::uno::RuntimeException {
 exception TestException2: TestException1 {};
 
 constants Constants {
+    const byte byteMin = -128;
+    const byte byteMax = 127;
+    const byte byteNeg = 255;
     const short shortMin = -32768;
     const short shortMax = 32767;
     const unsigned short unsignedShortMin = 0;
-- 
cgit