include/comphelper/broadcasthelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d58ee4cbfa04f12a84f71ccf0f1bcd6bbbdfe61a Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jun 14 22:41:53 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
