diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-01-15 16:47:42 +0100 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-01-15 16:47:42 +0100 |
commit | 8ad567a9f81ac92a5bf7592eab0179876c1dafab (patch) | |
tree | 2504a400d1b5214a38926f8d2cdd008c88f3ef54 /svl | |
parent | 4eeae16d41ddb88df9b4aec1fe2ea975b8ef5ec7 (diff) | |
parent | a2637545e1419956096899a82a9c79511d83fbc5 (diff) |
CWS-TOOLING: integrate CWS printerpullpages
Diffstat (limited to 'svl')
-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 |