summaryrefslogtreecommitdiffstats
path: root/binaryurp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-05-23 08:51:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-05-23 10:32:40 +0200
commitde403384f2efb163f8881aa42e08c6ead25291bd (patch)
tree451a7f4bdb8d02702eaecd45ee3802e799c8503f /binaryurp
parentskia: fix GCC12 -Werror=shadow (diff)
downloadcore-de403384f2efb163f8881aa42e08c6ead25291bd.tar.gz
core-de403384f2efb163f8881aa42e08c6ead25291bd.zip
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.cxx2
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);