summaryrefslogtreecommitdiff
path: root/dbaccess/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 13:40:34 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 13:40:34 +0000
commitf7348a1756a42e6cda817f683b469e60e7a5e8a3 (patch)
treea4f2dce779c8374f75e421bf2953692fc5b05a18 /dbaccess/inc
parent4f251835f9b00eee830ceb38fdea1d4bc83acce4 (diff)
INTEGRATION: CWS dba18 (1.4.16); FILE MERGED
2004/10/25 07:25:36 oj 1.4.16.3: #i36008# new help ids for slots 2004/10/25 06:34:55 oj 1.4.16.2: #i36008# new help ids for slots 2004/10/15 08:26:29 oj 1.4.16.1: #i33621# query save document dialog
Diffstat (limited to 'dbaccess/inc')
-rw-r--r--dbaccess/inc/dbaccess_slotid.hrc17
1 files changed, 15 insertions, 2 deletions
diff --git a/dbaccess/inc/dbaccess_slotid.hrc b/dbaccess/inc/dbaccess_slotid.hrc
index 18b538688efa..d61d10af9ce2 100644
--- a/dbaccess/inc/dbaccess_slotid.hrc
+++ b/dbaccess/inc/dbaccess_slotid.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: dbaccess_slotid.hrc,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-11-09 12:23:53 $
+ * last change: $Author: obo $ $Date: 2004-11-17 14:40:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -129,5 +129,18 @@
#define SID_APP_NEW_FORM ( SID_DBACCESS_START + 54 )
#define SID_DB_APP_PASTE_SPECIAL ( SID_DBACCESS_START + 55 )
+// status information
+#define SID_DB_APP_STATUS_TYPE ( SID_DBACCESS_START + 57 )
+#define SID_DB_APP_STATUS_DBNAME ( SID_DBACCESS_START + 58 )
+#define SID_DB_APP_STATUS_USERNAME ( SID_DBACCESS_START + 59 )
+#define SID_DB_APP_STATUS_HOSTNAME ( SID_DBACCESS_START + 60 )
+
+#define SID_DB_APP_SENDREPORTASMAIL ( SID_DBACCESS_START + 61 )
+#define SID_DB_APP_SENDREPORTTOWRITER ( SID_DBACCESS_START + 62 )
+#define SID_DB_FORM_NEW_PILOT ( SID_DBACCESS_START + 63 )
+#define SID_DB_NEW_VIEW_SQL ( SID_DBACCESS_START + 64 )
+
+
+
#endif // _DBACCESS_SLOTID_HRC_