1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#ifndef CONNECTIVITY_SHARED_RES_HRC
29#define CONNECTIVITY_SHARED_RES_HRC
30
31// ============================================================================
32// = normal resource ids, per driver
33
34// Mozilla driver resource ids
35#define STR_MOZAB_BASE                  1000
36
37// common resource ids
38#define STR_COMMON_BASE                 1200
39
40// Spreadsheet driver resource ids
41#define STR_CALC_BASE                   1300
42
43// DBase driver resource ids
44#define STR_DBASE_BASE                  1400
45
46// ADO driver resource ids
47#define STR_ADO_BASE                    1450
48
49// EVOAB2 driver resource ids
50#define STR_EVOAB2_BASE                 1500
51
52// FILE driver resource ids
53#define STR_FILE_BASE                   1550
54
55// KAB driver resource ids
56#define STR_KAB_BASE                    1600
57
58// MACAB driver resource ids
59#define STR_MACAB_BASE                  1650
60
61// Adabas D driver resource ids
62#define STR_ADABAS_BASE                 1700
63
64// hsqldb driver resource ids
65#define STR_HSQLDB_BASE                 1750
66// ============================================================================
67// = resource ids for log messages
68#define STR_LOG_MESSAGE_BASE            10000
69
70// log messages for the jdbc driver
71#define STR_JDBC_LOG_MESSAGE_BASE       STR_LOG_MESSAGE_BASE + 500
72
73#endif
74