diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-06-11 08:45:24 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-06-11 08:45:24 +0000 |
commit | 0a88db9f22ccc7bea71e35381fa84f2b902d82cc (patch) | |
tree | 9d21242ba6b81d28b4639cd7bf12be3d9a016e01 /sfx2 | |
parent | b1b7a3b5bfa4142d59a7ea1426e81742945f1e1a (diff) |
INTEGRATION: CWS graphicapi (1.11.508); FILE MERGED
2004/06/03 08:37:08 mav 1.11.508.1: #i27850# thumbnail storing
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/doc.hrc | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/sfx2/source/doc/doc.hrc b/sfx2/source/doc/doc.hrc index 2e1299b06989..973c78077d11 100644 --- a/sfx2/source/doc/doc.hrc +++ b/sfx2/source/doc/doc.hrc @@ -2,9 +2,9 @@ * * $RCSfile: doc.hrc,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2002-11-14 12:34:47 $ + * last change: $Author: kz $ $Date: 2004-06-11 09:45:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -202,4 +202,19 @@ #define STR_LABEL_FILEFORMAT (RID_SFX_DOC_START+96) +#define BMP_SIGNATURE (RID_SFX_DOC_START+97) +#define BMP_128X128_BASE_DOC (RID_SFX_DOC_START+98) +#define BMP_128X128_CALC_DOC (RID_SFX_DOC_START+99) +#define BMP_128X128_CALC_TEMP (RID_SFX_DOC_START+100) +#define BMP_128X128_CHART_DOC (RID_SFX_DOC_START+101) +#define BMP_128X128_DRAW_DOC (RID_SFX_DOC_START+102) +#define BMP_128X128_DRAW_TEMP (RID_SFX_DOC_START+103) +#define BMP_128X128_IMPRESS_DOC (RID_SFX_DOC_START+104) +#define BMP_128X128_IMPRESS_TEMP (RID_SFX_DOC_START+105) +#define BMP_128X128_MASTER_DOC (RID_SFX_DOC_START+106) +#define BMP_128X128_MATH_DOC (RID_SFX_DOC_START+107) +#define BMP_128X128_WRITER_DOC (RID_SFX_DOC_START+108) +#define BMP_128X128_WRITER_TEMP (RID_SFX_DOC_START+109) + #endif + |