diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-31 10:18:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-01 06:43:29 +0100 |
commit | d4e96a36d78299794ff4ac86e937fbbb0843c6ed (patch) | |
tree | be5ca239c5273fb672fe91d88d5b9fd792158e86 /include/vcl | |
parent | 2f1a4e0a875ea43f3845c95ea46ed95fd9c2923d (diff) |
drop LISTBOX_ERROR
almost nobody checks it, so rather just assert
Change-Id: Ic3ad4c04c4f6013db3e8757559d3a773df020a1d
Reviewed-on: https://gerrit.libreoffice.org/62684
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/lstbox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx index 2e8e8a618ccc..8ee51a2681fb 100644 --- a/include/vcl/lstbox.hxx +++ b/include/vcl/lstbox.hxx @@ -27,7 +27,6 @@ #define LISTBOX_APPEND (SAL_MAX_INT32) #define LISTBOX_ENTRY_NOTFOUND (SAL_MAX_INT32) -#define LISTBOX_ERROR (SAL_MAX_INT32) #define LISTBOX_MAX_ENTRIES (SAL_MAX_INT32 - 1) // the following defines can be used for the SetEntryFlags() |