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:
parent
3a1d90f484
commit
de403384f2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue