[Libreoffice-commits] core.git: accessibility/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Apr 3 01:50:26 UTC 2019


 accessibility/source/extended/accessiblelistboxentry.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dd803469f55e1bcbd4388330367ac2169a69ff2a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Apr 1 07:30:52 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Wed Apr 3 03:50:01 2019 +0200

    Fix typo
    
    Change-Id: Id1a9ca4952e52df2ca48b81d80c24f62d451a811
    Reviewed-on: https://gerrit.libreoffice.org/70169
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/accessibility/source/extended/accessiblelistboxentry.cxx b/accessibility/source/extended/accessiblelistboxentry.cxx
index 5fd7ecf1eaf7..d093a6a0481b 100644
--- a/accessibility/source/extended/accessiblelistboxentry.cxx
+++ b/accessibility/source/extended/accessiblelistboxentry.cxx
@@ -322,7 +322,7 @@ namespace accessibility
                     xParent = getListBox()->GetAccessible( );
             }
             else
-            {   // we have a entry as parent -> get its accessible
+            {   // we have an entry as parent -> get its accessible
 
                 // shorten our access path by one
                 std::deque< sal_Int32 > aParentPath( m_aEntryPath );


More information about the Libreoffice-commits mailing list