svtools/source/inc/svtaccessiblefactory.hxx | 2 +- toolkit/inc/helper/accessibilityclient.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit ad7d72f0381f6a16db5c6c7bee538c475c233555 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jul 23 16:20:05 2018 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Mon Jul 23 16:31:57 2018 +0200 Fix typos of commit 26f1fc7 Thanks to Noel Grandin and Juline Nabet Change-Id: Ie12c7bd7e2b6c6a1f2c3e7173f11a84f19137568 Reviewed-on: https://gerrit.libreoffice.org/57851 Reviewed-by: Julien Nabet <[email protected]> Reviewed-by: Noel Grandin <[email protected]> Tested-by: Noel Grandin <[email protected]> diff --git a/svtools/source/inc/svtaccessiblefactory.hxx b/svtools/source/inc/svtaccessiblefactory.hxx index 507ae2abfc85..4f07046323bb 100644 --- a/svtools/source/inc/svtaccessiblefactory.hxx +++ b/svtools/source/inc/svtaccessiblefactory.hxx @@ -31,7 +31,7 @@ namespace svt instance, which is used for creating all kind of Accessibility related components. - When the AccessibleFactoryAccess goes always, this factory goes always, to, and the respective + When the AccessibleFactoryAccess goes away, this factory goes away, to, and the respective library is unloaded. This class is not thread-safe. diff --git a/toolkit/inc/helper/accessibilityclient.hxx b/toolkit/inc/helper/accessibilityclient.hxx index 4fe670c6364c..6af3e3edd117 100644 --- a/toolkit/inc/helper/accessibilityclient.hxx +++ b/toolkit/inc/helper/accessibilityclient.hxx @@ -31,7 +31,7 @@ namespace toolkit instance, which is used for creating all kind of Accessibility related components. - When the AccessibilityClient goes always, this factory goes always, to, and the respective + When the AccessibilityClient goes away, this factory goes away, to, and the respective library is unloaded. This class is not thread-safe. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
