diff options
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xml_helper/xml_impctx.cxx | 2 |
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 |