Adapt comment

...after 084b2b068a "optimise Any::operator=(&&) a
little" folded moveAnyInternals into its only remaining call site

Change-Id: I2a9d8a775d601bc0307a3f3a5dfc139c571489ea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134751
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2022-05-23 08:51:29 +02:00
parent 3a1d90f484
commit de403384f2

View file

@ -32,7 +32,7 @@ namespace binaryurp {
namespace {
// Cf. com::sun::star::uno::detail::moveAnyInternals in
// Cf. com::sun::star::uno::Any move ctor in
// include/com/sun/star/uno/Any.hxx:
void moveInternals(uno_Any & from, uno_Any & to) {
uno_any_construct(&to, nullptr, nullptr, nullptr);