[Libreoffice-commits] core.git: cppuhelper/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Apr 20 05:55:54 UTC 2019


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

New commits:
commit bf298e9ef3b22938d1391afb7b96bfea4c84d5fc
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:04:53 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Apr 20 07:54:46 2019 +0200

    Fix typo
    
    Change-Id: I08d6e2cb30c54b9e7b11498850e5f5cd7de1a98d
    Reviewed-on: https://gerrit.libreoffice.org/70994
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/cppuhelper/source/interfacecontainer.cxx b/cppuhelper/source/interfacecontainer.cxx
index 7f49682e410b..7b97c315343d 100644
--- a/cppuhelper/source/interfacecontainer.cxx
+++ b/cppuhelper/source/interfacecontainer.cxx
@@ -177,7 +177,7 @@ void OInterfaceContainerHelper::copyAndResetInUse()
     OSL_ENSURE( bInUse, "OInterfaceContainerHelper not in use" );
     if( bInUse )
     {
-        // this should be the worst case. If a iterator is active
+        // this should be the worst case. If an iterator is active
         // and a new Listener is added.
         if( bIsList )
             aData.pAsSequence = new Sequence< Reference< XInterface > >( *aData.pAsSequence );


More information about the Libreoffice-commits mailing list