diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-01 07:30:52 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-04-03 03:50:01 +0200 |
commit | dd803469f55e1bcbd4388330367ac2169a69ff2a (patch) | |
tree | aa54104bf3655e234e75f8c896a07945592a5182 /accessibility | |
parent | 429e6560d000f454fdb23d52fdddfbc84c5cf0a8 (diff) |
Fix typo
Change-Id: Id1a9ca4952e52df2ca48b81d80c24f62d451a811
Reviewed-on: https://gerrit.libreoffice.org/70169
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/source/extended/accessiblelistboxentry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |