From f5930a2235b8a51b30b4ecf1640bf9a56adffe6b Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Mon, 23 Jul 2018 13:39:26 -0700 Subject: Fix semantic of sentence Follow up of ad7d72f0381f6a16db5c6c7bee538c475c233555. Change-Id: I188e96fd9d71dce5ebd83200b9d8212e5f13b948 Reviewed-on: https://gerrit.libreoffice.org/57894 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svtools/source/inc/svtaccessiblefactory.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools') diff --git a/svtools/source/inc/svtaccessiblefactory.hxx b/svtools/source/inc/svtaccessiblefactory.hxx index 4f07046323bb..7469d2d1656d 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 away, this factory goes away, to, and the respective + When the AccessibleFactoryAccess goes away, also this factory goes away, and the respective library is unloaded. This class is not thread-safe. -- cgit