diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-19 12:07:41 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-19 12:07:41 +0000 |
commit | 9db2122a6905711f90640e1972d3173aa4a94717 (patch) | |
tree | d20646b1e6acafd6f9c30868155d961ca9595d9a /desktop/inc | |
parent | 0d43b70f29cc9d17b7863a9a48419a9530666536 (diff) |
INTEGRATION: CWS ab38 (1.3.116); FILE MERGED
2007/11/06 16:44:20 ab 1.3.116.1: #i20164# help backend
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/deployment.hrc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/desktop/inc/deployment.hrc b/desktop/inc/deployment.hrc index d4a673c805b1..a18325491908 100644 --- a/desktop/inc/deployment.hrc +++ b/desktop/inc/deployment.hrc @@ -4,9 +4,9 @@ * * $RCSfile: deployment.hrc,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ihi $ $Date: 2006-12-20 14:20:19 $ + * last change: $Author: ihi $ $Date: 2007-11-19 13:07:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -85,4 +85,8 @@ #define RID_DEPLYOMENT_DEPENDENCIES_UNKNOWN RID_DEPLOYMENT_DEPENDENCIES_START #define RID_DEPLOYMENT_LICENSE_START (RID_DEPLOYMENT_START+4500) + +#define RID_DEPLOYMENT_HELP_START (RID_DEPLOYMENT_START+5000) +#define RID_IMG_HELP RID_DEPLOYMENT_HELP_START +#define RID_IMG_HELP_HC (RID_DEPLOYMENT_HELP_START+1) #endif |