summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:40:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:40:28 +0000
commit407086aeeb0b2893b8b5692f6205c3d5342731c7 (patch)
treea90552d1eac9c503ce1c9425f03d9d3ac8a3aaf5
parenta37a4871742b026af224df1baed6640afa484aa7 (diff)
INTEGRATION: CWS sdblogging (1.2.50); FILE MERGED
2007/05/19 21:00:34 fs 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2007/04/11 08:51:51 fs 1.2.50.1: #i76119# also reserve resource ids for logging messages
-rw-r--r--connectivity/source/inc/resource/conn_shared_res.hrc23
1 files changed, 19 insertions, 4 deletions
diff --git a/connectivity/source/inc/resource/conn_shared_res.hrc b/connectivity/source/inc/resource/conn_shared_res.hrc
index c2e63aaa6be9..5475e2f1387e 100644
--- a/connectivity/source/inc/resource/conn_shared_res.hrc
+++ b/connectivity/source/inc/resource/conn_shared_res.hrc
@@ -4,9 +4,9 @@
*
* $RCSfile: conn_shared_res.hrc,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 09:38:59 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:40:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,8 +36,23 @@
#ifndef CONNECTIVITY_SHARED_RES_HRC
#define CONNECTIVITY_SHARED_RES_HRC
+// ============================================================================
+// = normal resource ids, per driver
+
+// Mozilla driver resource ids
#define STR_MOZAB_BASE 1000
-#define STR_COMMON_BASE 2000
-#define STR_CALC_BASE 3000
+
+// common resource ids
+#define STR_COMMON_BASE 1200
+
+// Spreadsheet driver resource ids
+#define STR_CALC_BASE 1300
+
+// ============================================================================
+// = 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