summaryrefslogtreecommitdiff
path: root/dbaccess/inc/dbaccess_helpid.hrc
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-02-27 09:20:16 +0000
committerOcke Janssen <oj@openoffice.org>2002-02-27 09:20:16 +0000
commitfbdf14d9b348aeb515fb04ec193769d9119a9803 (patch)
tree67e2514ca00a853df9aa83684c0402b6ffa46cac /dbaccess/inc/dbaccess_helpid.hrc
parenta0e0a83ce10b5e4b8828bcda254f47acb8ebb630 (diff)
#97666##97667# insert new helpids and unique ids
Diffstat (limited to 'dbaccess/inc/dbaccess_helpid.hrc')
-rw-r--r--dbaccess/inc/dbaccess_helpid.hrc21
1 files changed, 19 insertions, 2 deletions
diff --git a/dbaccess/inc/dbaccess_helpid.hrc b/dbaccess/inc/dbaccess_helpid.hrc
index 17983f24e195..f34b6b67d67a 100644
--- a/dbaccess/inc/dbaccess_helpid.hrc
+++ b/dbaccess/inc/dbaccess_helpid.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: dbaccess_helpid.hrc,v $
*
- * $Revision: 1.45 $
+ * $Revision: 1.46 $
*
- * last change: $Author: oj $ $Date: 2002-02-06 09:01:50 $
+ * last change: $Author: oj $ $Date: 2002-02-27 10:20:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -303,6 +303,20 @@
#define HID_QUERY_EDIT_JOINCONNECTION (HID_DBACCESS_START + 211)
+#define HID_DLG_QRY_WINDOW_CONTROL (HID_DBACCESS_START + 212)
+#define HID_DLG_QRY_LEFT_TABLE (HID_DBACCESS_START + 213)
+#define HID_DLG_QRY_RIGHT_TABLE (HID_DBACCESS_START + 214)
+
+#define HID_DLG_REL_CASC_DEL (HID_DBACCESS_START + 215)
+#define HID_DLG_REL_NO_CASC_DEL (HID_DBACCESS_START + 216)
+#define HID_DLG_REL_CASC_DEL_NULL (HID_DBACCESS_START + 217)
+#define HID_DLG_REL_CASC_DEL_DEFAULT (HID_DBACCESS_START + 218)
+
+#define HID_DLG_REL_CASC_UPD (HID_DBACCESS_START + 219)
+#define HID_DLG_REL_NO_CASC_UPD (HID_DBACCESS_START + 220)
+#define HID_DLG_REL_CASC_UPD_NULL (HID_DBACCESS_START + 221)
+#define HID_DLG_REL_CASC_UPD_DEFAULT (HID_DBACCESS_START + 222)
+
// don't forget to update the file util/hidother.src
@@ -312,6 +326,9 @@
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.45 2002/02/06 09:01:50 oj
+ * #90580# introduce new file for relation control
+ *
* Revision 1.44 2001/09/25 13:28:23 oj
* #91719# implementing the XRename handling
*