summaryrefslogtreecommitdiff
path: root/dbaccess/inc
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-07-09 11:54:58 +0000
committerOcke Janssen <oj@openoffice.org>2002-07-09 11:54:58 +0000
commitb5a5d7d8e60ef84316b645b67922ee19542359e0 (patch)
tree845283585711b261c9af8f774a70ceae59e0cc00 /dbaccess/inc
parent02a4b8e5d6e43c36f937e1ecb23f52d33b8c8b1b (diff)
#99921# check if datasource allows to check names
Diffstat (limited to 'dbaccess/inc')
-rw-r--r--dbaccess/inc/dbaccess_helpid.hrc13
1 files changed, 9 insertions, 4 deletions
diff --git a/dbaccess/inc/dbaccess_helpid.hrc b/dbaccess/inc/dbaccess_helpid.hrc
index 7ae2c6f285d8..f2c786aaefb7 100644
--- a/dbaccess/inc/dbaccess_helpid.hrc
+++ b/dbaccess/inc/dbaccess_helpid.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: dbaccess_helpid.hrc,v $
*
- * $Revision: 1.48 $
+ * $Revision: 1.49 $
*
- * last change: $Author: oj $ $Date: 2002-07-09 07:41:23 $
+ * last change: $Author: oj $ $Date: 2002-07-09 12:54:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -309,8 +309,10 @@
#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)
-#define HID_BROWSER_SAVE_RECORD (HID_DBACCESS_START + 223)
-#define HID_BROWSER_UNDO_RECORD (HID_DBACCESS_START + 224)
+#define HID_BROWSER_SAVE_RECORD (HID_DBACCESS_START + 223)
+#define HID_BROWSER_UNDO_RECORD (HID_DBACCESS_START + 224)
+
+#define HID_DSADMIN_SQL92CHECK (HID_DBACCESS_START + 225)
// don't forget to update the file util/hidother.src
@@ -321,6 +323,9 @@
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.48 2002/07/09 07:41:23 oj
+ * #96306# remove unused helpids
+ *
* Revision 1.47 2002/07/04 14:45:50 jmarmion
* #100796##100798# insert new helpids
*