diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-07-08 06:51:56 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-07-08 06:51:56 +0000 |
commit | e5e9513c88dac395b161c489adb0e72e98a191ab (patch) | |
tree | 6e84b268e3a6b34f79db71133bdb15ae3e2537f8 /sc/inc/sc.hrc | |
parent | 2ec6ed9cc49e01fb77011bfbcd3ef3798722de60 (diff) |
#100952#: new mids for recording
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 003f45b0cdf7..cbc646eb370c 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -2,9 +2,9 @@ * * $RCSfile: sc.hrc,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: nn $ $Date: 2002-06-03 09:47:47 $ + * last change: $Author: mba $ $Date: 2002-07-08 07:51:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1516,6 +1516,10 @@ // mask color for high contrast #define SC_HC_MASKCOLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } +#define MID_1 1 +#define MID_2 2 +#define MID_3 3 +#define MID_4 4 #endif |