diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:21:49 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-03 09:02:48 +0000 |
commit | 87dc6c82d5cd174ae2384b66a203a93402b43291 (patch) | |
tree | 27d9e9444993c4c858b8b64818c073d389594408 /editeng/source/accessibility | |
parent | 6e7991dfd8c54a833f4a9795a0d57f4690e92e6b (diff) |
Fix typos
Change-Id: Ideb5688a8c9e7cf10038f2e9d00991e8653b1875
Reviewed-on: https://gerrit.libreoffice.org/16706
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'editeng/source/accessibility')
-rw-r--r-- | editeng/source/accessibility/AccessibleStaticTextBase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/accessibility/AccessibleStaticTextBase.cxx b/editeng/source/accessibility/AccessibleStaticTextBase.cxx index 4f1c07f01365..879400100a8d 100644 --- a/editeng/source/accessibility/AccessibleStaticTextBase.cxx +++ b/editeng/source/accessibility/AccessibleStaticTextBase.cxx @@ -748,7 +748,7 @@ namespace accessibility if( i<=aEndIndex.nPara ) { - //if the below condition is mathed it means the endindex is at mid of the last paragraph + //if the below condition is matched it means that endindex is at mid of the last paragraph //we need to add a "\n" before we add the last part of the string. if ( !bEnd && aEndIndex.nIndex ) { |