diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/contnr.hxx | 2 | ||||
-rw-r--r-- | tools/inc/tools/list.hxx | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/inc/tools/contnr.hxx b/tools/inc/tools/contnr.hxx index 72b98fd56593..cfd140d9eb73 100644 --- a/tools/inc/tools/contnr.hxx +++ b/tools/inc/tools/contnr.hxx @@ -35,6 +35,8 @@ class CBlock; #define CONTAINER_APPEND ULONG_MAX #define CONTAINER_ENTRY_NOTFOUND ULONG_MAX +#define LIST_APPEND CONTAINER_APPEND + class TOOLS_DLLPUBLIC Container { private: diff --git a/tools/inc/tools/list.hxx b/tools/inc/tools/list.hxx index d7a4e0e02d59..b462d5526c07 100644 --- a/tools/inc/tools/list.hxx +++ b/tools/inc/tools/list.hxx @@ -27,7 +27,6 @@ // - List - // -------- -#define LIST_APPEND CONTAINER_APPEND #define LIST_ENTRY_NOTFOUND CONTAINER_ENTRY_NOTFOUND class List : private Container |