merged tag ooo/OOO330_m14
[LibreOffice.git] / extensions / inc / dbpilots.hrc
blob46ee01805938a866181f670383df3f562f1a58ce
1 /*************************************************************************
2  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3  *
4  * Copyright 2000, 2010 Oracle and/or its affiliates.
5  *
6  * OpenOffice.org - a multi-platform office productivity suite
7  *
8  * This file is part of OpenOffice.org.
9  *
10  * OpenOffice.org is free software: you can redistribute it and/or modify
11  * it under the terms of the GNU Lesser General Public License version 3
12  * only, as published by the Free Software Foundation.
13  *
14  * OpenOffice.org is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  * GNU Lesser General Public License version 3 for more details
18  * (a copy is included in the LICENSE file that accompanied this code).
19  *
20  * You should have received a copy of the GNU Lesser General Public License
21  * version 3 along with OpenOffice.org.  If not, see
22  * <http://www.openoffice.org/license.html>
23  * for a copy of the LGPLv3 License.
24  *
25 ************************************************************************/
27 #ifndef EXTENSIONS_DBPILOT_HRC
28 #define EXTENSIONS_DBPILOT_HRC
30 #include "extensio.hrc"
32 #define HID_GHIDWIZARD_PREVIOUS                 ( HID_DBP_START +   0)
33 #define HID_GHIDWIZARD_NEXT                     ( HID_DBP_START +   1)
34 #define HID_GHIDWIZARD_CANCEL                   ( HID_DBP_START +   2)
35 #define HID_GHIDWIZARD_FINISH                   ( HID_DBP_START +   3)
36 #define HID_GROUPWIZARD_PREVIOUS                ( HID_DBP_START +   4)
37 #define HID_GROUPWIZARD_NEXT                    ( HID_DBP_START +   5)
38 #define HID_GROUPWIZARD_CANCEL                  ( HID_DBP_START +   6)
39 #define HID_GROUPWIZARD_FINISH                  ( HID_DBP_START +   7)
40 #define HID_LISTWIZARD_PREVIOUS                 ( HID_DBP_START +   8)
41 #define HID_LISTWIZARD_NEXT                     ( HID_DBP_START +   9)
42 #define HID_LISTWIZARD_CANCEL                   ( HID_DBP_START +  10)
43 #define HID_LISTWIZARD_FINISH                   ( HID_DBP_START +  11)
44 #define HID_GRIDWIZARD_PREVIOUS                 ( HID_DBP_START +  12)
45 #define HID_GRIDWIZARD_NEXT                     ( HID_DBP_START +  13)
46 #define HID_GRIDWIZARD_CANCEL                   ( HID_DBP_START +  14)
47 #define HID_GRIDWIZARD_FINISH                   ( HID_DBP_START +  15)
48     // !! if you add new IDs, please also adjust HID_ABP_LAST below !!
49 #define HID_DBP_LAST    HID_GRIDWIZARD_FINISH
51 #if HID_DBP_LAST > HID_DBP_END
52     #error help id range overflow (DBP)
53 #endif
55 #endif // EXTENSIONS_DBPILOT_HRC