diff options
author | thb <thb@openoffice.org> | 2010-02-19 12:46:18 +0100 |
---|---|---|
committer | thb <thb@openoffice.org> | 2010-02-19 12:46:18 +0100 |
commit | 0755c94f9a36f7ccd23a52a58297033a05b10c80 (patch) | |
tree | b024ba02a0b81f5a59eac8192f211b5a512ea513 /svl/inc | |
parent | 7ffd813fd3f0c4ec1e6b6f168acf94a6c3246a58 (diff) | |
parent | da2c680d23b67d4721aa29f740475fd6d40e2e08 (diff) |
Merged with dev300_m71
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/solar.hrc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/svl/inc/svl/solar.hrc b/svl/inc/svl/solar.hrc index 96149b89131c..26ab8a959c5e 100644 --- a/svl/inc/svl/solar.hrc +++ b/svl/inc/svl/solar.hrc @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2009 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: solar.hrc,v $ - * $Revision: 1.6 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify @@ -171,6 +168,9 @@ #define HID_START 32768 +#define HID_VCL_START (HID_START+100) +#define HID_VCL_END (HID_START+150) + #define HID_SVTOOLS_START (HID_START+200) #define HID_SVTOOLS_END (HID_START+299) @@ -207,8 +207,10 @@ #define HID_GOODIES_START (HID_LIB_START+2100) #define HID_GOODIES_END (HID_LIB_START+2199) +#if 0 // currently unused range #define HID_SCHEDULE_START (HID_LIB_START+2200) #define HID_SCHEDULE_END (HID_LIB_START+3399) +#endif #define HID_CHANNEL_START (HID_LIB_START+3400) #define HID_CHANNEL_END (HID_LIB_START+3499) @@ -300,6 +302,5 @@ #define HID_EXTENSIONS_START (HID_OBJ_START+2281) #define HID_EXTENSIONS_END (HID_OBJ_START+2800) - #endif |