[Libreoffice-commits] core.git: 2 commits - include/comphelper

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Jul 1 00:49:29 UTC 2019


 include/comphelper/interfacecontainer2.hxx  |    2 +-
 include/comphelper/listenernotification.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 45a2eecfee472d8822130a90999b46ad371dee95
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 30 21:36:05 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Mon Jul 1 02:45:38 2019 +0200

    Fix typo
    
    Change-Id: If6934b624dcc3955a9e7554fe0746dc6beded764
    Reviewed-on: https://gerrit.libreoffice.org/74938
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/include/comphelper/interfacecontainer2.hxx b/include/comphelper/interfacecontainer2.hxx
index 5fd78a584ce3..63888008d3ea 100644
--- a/include/comphelper/interfacecontainer2.hxx
+++ b/include/comphelper/interfacecontainer2.hxx
@@ -53,7 +53,7 @@ namespace detail {
 
 class OInterfaceContainerHelper2;
 /**
-  This is the iterator of a InterfaceContainerHelper. Typically
+  This is the iterator of an InterfaceContainerHelper. Typically
   one constructs an instance on the stack for one firing session.
   It is not allowed to assign or copy an instance of this class.
 
commit 5cddf87c7db0f142a57862d223be02bb293a6388
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:41:47 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Mon Jul 1 02:44:56 2019 +0200

    Fix typo
    
    Change-Id: I5c1add8be1bdece509247f3ef0f5c6cdfcdbcc2b
    Reviewed-on: https://gerrit.libreoffice.org/74939
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/include/comphelper/listenernotification.hxx b/include/comphelper/listenernotification.hxx
index a92ea7ecd04b..88c2b8ef979b 100644
--- a/include/comphelper/listenernotification.hxx
+++ b/include/comphelper/listenernotification.hxx
@@ -37,7 +37,7 @@ namespace comphelper
 
     /** abstract base class which manages a listener container, including
         THB's listener notification pattern which cares for removing listeners
-        which throw an DisposedException upon notification
+        which throw a DisposedException upon notification
 
         Using this class is pretty easy:
         <ul>


More information about the Libreoffice-commits mailing list