From de403384f2efb163f8881aa42e08c6ead25291bd Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 May 2022 08:51:29 +0200 Subject: 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 --- binaryurp/source/binaryany.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryurp') 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); -- cgit v1.2.3