diff options
author | Carsten Driesner <cd@openoffice.org> | 2002-07-30 14:02:39 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2002-07-30 14:02:39 +0000 |
commit | 99a0b50f3ce8a43f183ae08378a528382841eb26 (patch) | |
tree | f5ea97c070c9041c52e7547797f1cb9b08fa4831 /sfx2 | |
parent | b69a3a3189bbb9d0d20dd7ffd43848f055ae990c (diff) |
#101060# Added new ID's for high contrast bitmaps
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/doc.hrc | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sfx2/source/doc/doc.hrc b/sfx2/source/doc/doc.hrc index 270749cd5a98..a4975eb6fa20 100644 --- a/sfx2/source/doc/doc.hrc +++ b/sfx2/source/doc/doc.hrc @@ -2,9 +2,9 @@ * * $RCSfile: doc.hrc,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mba $ $Date: 2001-12-17 14:24:05 $ + * last change: $Author: cd $ $Date: 2002-07-30 15:02:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -94,6 +94,14 @@ #define BMP_STYLES_FAMILY3 (RID_SFX_DOC_START+ 4) #define BMP_STYLES_FAMILY4 (RID_SFX_DOC_START+ 5) +#define BMP_STYLES_CLOSED_HC (RID_SFX_DOC_START+ 6) +#define BMP_STYLES_OPENED_HC (RID_SFX_DOC_START+ 7) + +#define BMP_STYLES_FAMILY1_HC (RID_SFX_DOC_START+ 8) +#define BMP_STYLES_FAMILY2_HC (RID_SFX_DOC_START+ 9) +#define BMP_STYLES_FAMILY3_HC (RID_SFX_DOC_START+ 10) +#define BMP_STYLES_FAMILY4_HC (RID_SFX_DOC_START+ 11) + #define STR_STYLES (RID_SFX_DOC_START+ 18) #define STR_MACROS (RID_SFX_DOC_START+ 19) |