summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/misc/splwrap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/misc/splwrap.cxx b/editeng/source/misc/splwrap.cxx
index 67c3dc28e64a..8e3684606cfb 100644
--- a/editeng/source/misc/splwrap.cxx
+++ b/editeng/source/misc/splwrap.cxx
@@ -394,7 +394,7 @@ Reference< XDictionary > SvxSpellWrapper::GetAllRightDic()
Reference< frame::XStorable > xStor( xTmp, UNO_QUERY );
if (xStor.is() && xStor->hasLocation() && !xStor->isReadonly())
{
- xDic = xTmp;
+ xDic = std::move(xTmp);
}
}
}