diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:25:51 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:25:51 +0000 |
commit | a74353c38298eccc4ed0dd4227f8cc146502364f (patch) | |
tree | 7d6626a17d37a35e6f9d06508781cb8c7b9e1ffe /codemaker/test | |
parent | 0cc20500359030b720cb9cc07de67d47ad6c75a1 (diff) |
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.
Diffstat (limited to 'codemaker/test')
-rw-r--r-- | codemaker/test/cppumaker/types.idl | 7 |
1 files changed, 5 insertions, 2 deletions
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; |