summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/fmcomp/fmgridcl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx
index 3613615174e8..8e91cbb56a35 100644
--- a/svx/source/fmcomp/fmgridcl.cxx
+++ b/svx/source/fmcomp/fmgridcl.cxx
@@ -327,7 +327,7 @@ sal_Int8 FmGridHeader::ExecuteDrop( const ExecuteDropEvent& _rEvt )
// do the drop asynchronously
// (85957 - UI actions within the drop are not allowed, but we want to open a popup menu)
- m_pImpl->aDropData = aColumn;
+ m_pImpl->aDropData = std::move(aColumn);
m_pImpl->aDropData[DataAccessDescriptorProperty::Connection] <<= xConnection;
m_pImpl->aDropData[DataAccessDescriptorProperty::ColumnObject] <<= xField;