From f388d1dbb2edc1d678a658572bef6af4046728ff Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 15 Dec 2017 09:34:24 +0200 Subject: CONTAINER_ENTRY_NOTFOUND not needed anymore after we make dbaccess consistently use COLUMN_POSITION_NOT_FOUND Change-Id: Ia22c17196e8d651201c04239505d28e54369a8a4 Reviewed-on: https://gerrit.libreoffice.org/46501 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/tools/contnr.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/tools/contnr.hxx b/include/tools/contnr.hxx index 80d7abd6bca0..ba65820f8729 100644 --- a/include/tools/contnr.hxx +++ b/include/tools/contnr.hxx @@ -24,7 +24,6 @@ #include #define CONTAINER_APPEND (ULONG_MAX) -#define CONTAINER_ENTRY_NOTFOUND (ULONG_MAX) #define TREELIST_APPEND (ULONG_MAX) #define TREELIST_ENTRY_NOTFOUND (ULONG_MAX) -- cgit