diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-03-21 15:08:10 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-03-21 15:08:10 +0000 |
commit | 415ae5224ce7f839339a3b11716e5e3672304ddc (patch) | |
tree | 0bfb08a0534d33b6a8a6ac9e16d3871d11aa4eba /extensions/inc | |
parent | cadc9df23c19ea999597da2905c91b92925ea6cb (diff) |
#85215# introduce resource id ranges for the sub projects - this way automatically generated help ids are unique
Diffstat (limited to 'extensions/inc')
-rw-r--r-- | extensions/inc/extensio.hrc | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/extensions/inc/extensio.hrc b/extensions/inc/extensio.hrc index b2669febf469..bab50f3bf6a8 100644 --- a/extensions/inc/extensio.hrc +++ b/extensions/inc/extensio.hrc @@ -2,9 +2,9 @@ * * $RCSfile: extensio.hrc,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: fs $ $Date: 2001-03-20 16:32:27 $ + * last change: $Author: fs $ $Date: 2001-03-21 16:08:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,6 +63,19 @@ #include <svtools/solar.hrc> +// ----------------------------------------------------------------------- +// - resource id areas + +#define RID_DBP_START ( RID_MORE_EXTENSIONS_START + 0 ) +#define RID_DBP_END ( RID_MORE_EXTENSIONS_START + 29 ) + +#define RID_DBI_START ( RID_MORE_EXTENSIONS_START + 30 ) +#define RID_DBI_END ( RID_MORE_EXTENSIONS_START + 59 ) + + +// ----------------------------------------------------------------------- +// - help ids + #define HID_PROTOCOLS HID_EXTENSIONS_START #define HID_BIB_CHANGESOURCE (HID_EXTENSIONS_START + 1) |