diff options
Diffstat (limited to 'unotools/source/ucbhelper/ucblockbytes.cxx')
-rw-r--r-- | unotools/source/ucbhelper/ucblockbytes.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx index c69487117e00..f6cc30e0b49f 100644 --- a/unotools/source/ucbhelper/ucblockbytes.cxx +++ b/unotools/source/ucbhelper/ucblockbytes.cxx @@ -605,7 +605,7 @@ void SAL_CALL Moderator::run() { salhelper::ConditionModifier aMod(m_aRes); m_aResultType = aResultType; - m_aResult = aResult; + m_aResult = std::move(aResult); m_nIOErrorCode = nIOErrorCode; } } |