binaryurp/source/binaryany.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit de403384f2efb163f8881aa42e08c6ead25291bd
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon May 23 08:51:29 2022 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Mon May 23 10:32:40 2022 +0200

    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 <sberg...@redhat.com>

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);

Reply via email to