diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-15 09:34:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-15 12:37:30 +0100 |
commit | f388d1dbb2edc1d678a658572bef6af4046728ff (patch) | |
tree | 926589ed828ef567225621c60b4085e7dca9d726 /include/tools | |
parent | 865eb18f0faa94b260518526d44bbac2b6ca97b9 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/contnr.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 <limits.h> #define CONTAINER_APPEND (ULONG_MAX) -#define CONTAINER_ENTRY_NOTFOUND (ULONG_MAX) #define TREELIST_APPEND (ULONG_MAX) #define TREELIST_ENTRY_NOTFOUND (ULONG_MAX) |