diff options
author | Peter Burow <pb@openoffice.org> | 2002-11-05 06:13:23 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2002-11-05 06:13:23 +0000 |
commit | d65e3a7a4562e9dcabe14f222ee7dc2f449cce52 (patch) | |
tree | 8bef10a8d95a003dab3447ff303f1b6800328775 /svtools/inc | |
parent | 3f5e8293f79a85e1aa497be60a77aeb3b9fdd773 (diff) |
fix: #103936# string resids for the sx? formats
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/imagemgr.hrc | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/svtools/inc/imagemgr.hrc b/svtools/inc/imagemgr.hrc index d0253174a36a..a616872366e3 100644 --- a/svtools/inc/imagemgr.hrc +++ b/svtools/inc/imagemgr.hrc @@ -2,9 +2,9 @@ * * $RCSfile: imagemgr.hrc,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: pb $ $Date: 2001-12-05 18:12:16 $ + * last change: $Author: pb $ $Date: 2002-11-05 07:13:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -186,6 +186,14 @@ #define STR_DESCRIPTION_POWERPOINT (RID_DESCRIPTION_START + 43) #define STR_DESCRIPTION_POWERPOINT_TEMPLATE (RID_DESCRIPTION_START + 44) #define STR_DESCRIPTION_POWERPOINT_SHOW (RID_DESCRIPTION_START + 45) +#define STR_DESCRIPTION_SXMATH_DOC (RID_DESCRIPTION_START + 46) +#define STR_DESCRIPTION_SXCHART_DOC (RID_DESCRIPTION_START + 47) +#define STR_DESCRIPTION_SXDRAW_DOC (RID_DESCRIPTION_START + 48) +#define STR_DESCRIPTION_SXCALC_DOC (RID_DESCRIPTION_START + 49) +#define STR_DESCRIPTION_SXIMPRESS_DOC (RID_DESCRIPTION_START + 50) +#define STR_DESCRIPTION_SXWRITER_DOC (RID_DESCRIPTION_START + 51) +#define STR_DESCRIPTION_SXGLOBAL_DOC (RID_DESCRIPTION_START + 52) +#define STR_DESCRIPTION_MATHML_DOC (RID_DESCRIPTION_START + 53) #endif |