summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/dsitems.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/dsitems.hxx')
-rw-r--r--dbaccess/source/ui/dlg/dsitems.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/dsitems.hxx b/dbaccess/source/ui/dlg/dsitems.hxx
index 75316232684b..a0d95aca810b 100644
--- a/dbaccess/source/ui/dlg/dsitems.hxx
+++ b/dbaccess/source/ui/dlg/dsitems.hxx
@@ -91,6 +91,7 @@
#define DSID_IGNORECURRENCY 55
#define DSID_CONN_SOCKET 56
#define DSID_ESCAPE_DATETIME 57
+#define DSID_NAMED_PIPE 58
// don't forget to adjust DSID_LAST_ITEM_ID below!
@@ -98,7 +99,7 @@
//= item range. Adjust this if you introduce new items above
#define DSID_FIRST_ITEM_ID DSID_NAME
-#define DSID_LAST_ITEM_ID DSID_ESCAPE_DATETIME
+#define DSID_LAST_ITEM_ID DSID_NAMED_PIPE
#endif // _DBAUI_DATASOURCEITEMS_HXX_