bump product version to 4.1.6.2
[LibreOffice.git] / dbaccess / source / core / inc / dbamiscres.hrc
blob4a0566e8375990d6842e7006b8530b895b408d93
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #ifndef _DBA_MISCRES_HRC_
21 #define _DBA_MISCRES_HRC_
23 //========================================================================
24 // string ids (relative to other resources, that's why not unique)
25 #define STR_MYSQL_ODBC          1
26 #define STR_MYSQL_JDBC          2
27     // FREE
28 #define STR_ORACLE_JDBC         4
29 #define STR_JDBC                5
30 #define STR_ODBC                6
31 #define STR_DBASE               7
32 #define STR_MSACCESS            8
33 #define STR_MSACCESS2007        9
34 #define STR_ADO                 10
35 #define STR_FLAT                11
36 #define STR_CALC                12
37 #define STR_MOZILLA             13
38 #define STR_LDAP                14
39 #define STR_OUTLOOK             15
40 #define STR_OUTLOOKEXP          16
41 #define STR_EVOLUTION           17
42 #define STR_EVOLUTION_GROUPWISE 18
43 #define STR_EVOLUTION_LDAP      19
44 #define STR_KAB                 20
45 #define STR_MACAB               21
46 #define STR_EMBEDDED_HSQLDB     22
47 #define STR_THUNDERBIRD         23
48 #define STR_MYSQL_NATIVE        24
50 #define STR_END                 STR_MYSQL_NATIVE + 1
53 #endif // _DBA_MISCRES_HRC_
55 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */