Kaydet (Commit) 2139fd87 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop last CONTAINER_APPEND use

Change-Id: Ia4500cfef039100cf12bc8e8a8946395e26b6890
Reviewed-on: https://gerrit.libreoffice.org/46700Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 5f794aae
......@@ -23,8 +23,6 @@
#include <limits.h>
#define CONTAINER_APPEND (ULONG_MAX)
#define TREELIST_APPEND (ULONG_MAX)
#define TREELIST_ENTRY_NOTFOUND (ULONG_MAX)
......
......@@ -96,7 +96,7 @@ SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::InsertEntry( const OUString& rText, c
{
SvxIconChoiceCtrlEntry* pEntry = new SvxIconChoiceCtrlEntry( rText, rImage);
_pImpl->InsertEntry( pEntry, CONTAINER_APPEND );
_pImpl->InsertEntry(pEntry, _pImpl->GetEntryCount());
return pEntry;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment