[Libreoffice-commits] core.git: include/comphelper
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jun 29 17:42:09 UTC 2019
include/comphelper/accessiblecontexthelper.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f6fa05292be928f8ca24256c7640e8a833d61e64
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:41:57 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 29 19:40:45 2019 +0200
Fix typo
Change-Id: Iaaaaca6c04f58d849ffbf1a95cbfe53d98d661de
Reviewed-on: https://gerrit.libreoffice.org/74906
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/comphelper/accessiblecontexthelper.hxx b/include/comphelper/accessiblecontexthelper.hxx
index f8182526b280..e22dacbe6411 100644
--- a/include/comphelper/accessiblecontexthelper.hxx
+++ b/include/comphelper/accessiblecontexthelper.hxx
@@ -156,7 +156,7 @@ namespace comphelper
<p>The class has two responsibilities:
<ul><li>it locks the mutex of an OAccessibleContextHelper instance, as long as the guard lives</li>
- <li>it checks if an given OAccessibleContextHelper instance is alive, else an exception is thrown
+ <li>it checks if a given OAccessibleContextHelper instance is alive, else an exception is thrown
our of the constructor of the guard</li>
</ul>
<br/>
More information about the Libreoffice-commits
mailing list