[Libreoffice-commits] core.git: svtools/source toolkit/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jul 24 06:53:54 UTC 2018


 svtools/source/inc/svtaccessiblefactory.hxx |    2 +-
 toolkit/inc/helper/accessibilityclient.hxx  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f5930a2235b8a51b30b4ecf1640bf9a56adffe6b
Author:     Jens Carl <j.carl43 at gmx.de>
AuthorDate: Mon Jul 23 13:39:26 2018 -0700
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue Jul 24 08:53:32 2018 +0200

    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 <noel.grandin at collabora.co.uk>

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.
diff --git a/toolkit/inc/helper/accessibilityclient.hxx b/toolkit/inc/helper/accessibilityclient.hxx
index 6af3e3edd117..f90414671d27 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 away, this factory goes away, to, and the respective
+        When the AccessibilityClient goes away, also this factory goes away, and the respective
         library is unloaded.
 
         This class is not thread-safe.


More information about the Libreoffice-commits mailing list