Kaydet (Commit) 7d8bce64 authored tarafından Noel Grandin's avatar Noel Grandin

tdf#122127 Crash in FORM EDIT using drag drop to move control in dataform

regression from
    commit 2629aac3
    Date:   Tue Oct 23 09:47:10 2018 +0200
    clang-tidy performance-unnecessary-copy-init in svx

Change-Id: I4210c328145d062d8b72f09dcff3280e11c6bc36
Reviewed-on: https://gerrit.libreoffice.org/65394
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 5d57ddc1
......@@ -1000,7 +1000,7 @@ namespace svxform
DBG_ASSERT( DND_ACTION_COPY != _nAction, "NavigatorTree::implExecuteDataTransfer: somebody changed the logics!" );
// list of dragged entries
const ListBoxEntrySet& aDropped = _rData.selected();
const ListBoxEntrySet aDropped = _rData.selected();
DBG_ASSERT(!aDropped.empty(), "NavigatorTree::implExecuteDataTransfer: no entries!");
// shell and model
......
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