summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/resource/conn_shared_res.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/resource/conn_shared_res.hrc')
-rw-r--r--connectivity/source/inc/resource/conn_shared_res.hrc73
1 files changed, 73 insertions, 0 deletions
diff --git a/connectivity/source/inc/resource/conn_shared_res.hrc b/connectivity/source/inc/resource/conn_shared_res.hrc
new file mode 100644
index 000000000000..981f5a89b4df
--- /dev/null
+++ b/connectivity/source/inc/resource/conn_shared_res.hrc
@@ -0,0 +1,73 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+
+#ifndef CONNECTIVITY_SHARED_RES_HRC
+#define CONNECTIVITY_SHARED_RES_HRC
+
+// ============================================================================
+// = normal resource ids, per driver
+
+// Mozilla driver resource ids
+#define STR_MOZAB_BASE 1000
+
+// common resource ids
+#define STR_COMMON_BASE 1200
+
+// Spreadsheet driver resource ids
+#define STR_CALC_BASE 1300
+
+// DBase driver resource ids
+#define STR_DBASE_BASE 1400
+
+// ADO driver resource ids
+#define STR_ADO_BASE 1450
+
+// EVOAB2 driver resource ids
+#define STR_EVOAB2_BASE 1500
+
+// FILE driver resource ids
+#define STR_FILE_BASE 1550
+
+// KAB driver resource ids
+#define STR_KAB_BASE 1600
+
+// MACAB driver resource ids
+#define STR_MACAB_BASE 1650
+
+// Adabas D driver resource ids
+#define STR_ADABAS_BASE 1700
+
+// hsqldb driver resource ids
+#define STR_HSQLDB_BASE 1750
+// ============================================================================
+// = resource ids for log messages
+#define STR_LOG_MESSAGE_BASE 10000
+
+// log messages for the jdbc driver
+#define STR_JDBC_LOG_MESSAGE_BASE STR_LOG_MESSAGE_BASE + 500
+
+#endif