summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--codemaker/test/cppumaker/types.idl7
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;