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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Fri Mar 19 15:33:41 UTC 2021


 include/cppuhelper/implbase.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 13ea8a2f245fd07056e9a86ed3860109950470ef
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Mar 19 14:04:00 2021 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Mar 19 16:32:56 2021 +0100

    Fix typo in comment
    
    Change-Id: I6b670bca6c6f374dec97a27134fc24b40cb45d9f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112741
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/include/cppuhelper/implbase.hxx b/include/cppuhelper/implbase.hxx
index 02bfb4ce7eef..95c2b0fc74f6 100644
--- a/include/cppuhelper/implbase.hxx
+++ b/include/cppuhelper/implbase.hxx
@@ -40,7 +40,7 @@
 // is unlikely ever be a better choice than WeakImplHelper, so all their
 // existing uses are probably confused and should use WeakImplHelper instead.
 //
-// Replacements for WeakAggImplHelperN and AggImplInheritanceHelper1 have
+// Replacements for WeakAggImplHelperN and AggImplInheritanceHelperN have
 // deliberately been left out, as the underlying aggregation mechanism is known
 // broken in general and should not be used.
 


More information about the Libreoffice-commits mailing list