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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jun 30 07:25:29 UTC 2019


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

New commits:
commit d58ee4cbfa04f12a84f71ccf0f1bcd6bbbdfe61a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:41:53 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jun 30 09:24:16 2019 +0200

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

diff --git a/include/comphelper/broadcasthelper.hxx b/include/comphelper/broadcasthelper.hxx
index d9586ee5b4f7..65fa6d315f09 100644
--- a/include/comphelper/broadcasthelper.hxx
+++ b/include/comphelper/broadcasthelper.hxx
@@ -25,7 +25,7 @@
 
 namespace comphelper
 {
-    // OMutexAndBroadcastHelper - a class which holds a Mutex and a OBroadcastHelper;
+    // OMutexAndBroadcastHelper - a class which holds a Mutex and an OBroadcastHelper;
     //                 needed because when deriving from OPropertySetHelper,
     //                 the OBroadcastHelper has to be initialized before
     //                 the OPropertySetHelper


More information about the Libreoffice-commits mailing list