summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/tools/urlobj.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx
index 7e7c4a2aafc6..96f21676d51b 100644
--- a/include/tools/urlobj.hxx
+++ b/include/tools/urlobj.hxx
@@ -1210,7 +1210,7 @@ inline bool INetURLObject::GetNewAbsURL(OUString const & rTheRelURIRef,
FSysStyle::Detect))
return false;
if (pTheAbsURIRef)
- *pTheAbsURIRef = aTheAbsURIRef;
+ *pTheAbsURIRef = std::move(aTheAbsURIRef);
return true;
}