diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-05-23 08:51:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-05-23 10:32:40 +0200 |
commit | de403384f2efb163f8881aa42e08c6ead25291bd (patch) | |
tree | 451a7f4bdb8d02702eaecd45ee3802e799c8503f /binaryurp | |
parent | 3a1d90f4844f44ceea6b07ef8aa3947aae624825 (diff) |
Adapt comment
...after 084b2b068ad6729775f7fa5965429fc5cc3c2ae3 "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>
Diffstat (limited to 'binaryurp')
-rw-r--r-- | binaryurp/source/binaryany.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/binaryany.cxx b/binaryurp/source/binaryany.cxx index 17db2f3775ef..7f6e14a6fb35 100644 --- a/binaryurp/source/binaryany.cxx +++ b/binaryurp/source/binaryany.cxx @@ -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); |