summaryrefslogtreecommitdiff
path: root/xmlscript/source/xml_helper
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/xml_helper')
-rw-r--r--xmlscript/source/xml_helper/xml_impctx.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/source/xml_helper/xml_impctx.cxx b/xmlscript/source/xml_helper/xml_impctx.cxx
index 238a029a3fbc..90fbfab61c84 100644
--- a/xmlscript/source/xml_helper/xml_impctx.cxx
+++ b/xmlscript/source/xml_helper/xml_impctx.cxx
@@ -379,7 +379,7 @@ void DocumentHandlerImpl::initialize(
{
throw RuntimeException( u"missing root instance!"_ustr );
}
- m_xRoot = xRoot;
+ m_xRoot = std::move(xRoot);
}
// XNamespaceMapping
Guilhem Moulin 2020-01-16logerrit setup: refactor key-based SSH handlingGuilhem Moulin 2020-01-15logerrit: atomically create ~/.ssh with restrictive modeGuilhem Moulin 2020-01-06logerrit: support submitting private and wip changesIlmari Lauhakangas 2019-12-26Fix typoAndrea Gelmini 2019-09-06Fixing '....'Andrea Gelmini 2019-03-05Fix typoAndrea Gelmini 2017-09-06Improve error message on ssh login failure.Shinnok 2017-01-17tdf#105204 fix shellcheck warnings in logerritqarkai 2016-04-27logerrit: disarm the "resubmit" foot-gunMichael Stahl 2015-06-10add ./logerrit testfeatureBjoern Michaelsen 2014-10-05logerrit: Simplify SSH configMathieu Parent