summaryrefslogtreecommitdiff
path: root/editeng/source/accessibility
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:49:51 +0200
committerOliver Specht <oliver.specht@cib.de>2015-09-30 12:38:37 +0000
commitf891d8cf6bb6f2db1b72cba64036b5f1fb858309 (patch)
treee83fea6a46645060f1452fc63ee5151c9b9a185c /editeng/source/accessibility
parentae13a6819e1dea6646aa0eba435ca9c81101f52c (diff)
Fix typos
Change-Id: I9dbe1e05cf73af20c25392e639a807854e87fc6e Reviewed-on: https://gerrit.libreoffice.org/18946 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'editeng/source/accessibility')
-rw-r--r--editeng/source/accessibility/AccessibleEditableTextPara.cxx4
-rw-r--r--editeng/source/accessibility/AccessibleParaManager.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/editeng/source/accessibility/AccessibleEditableTextPara.cxx b/editeng/source/accessibility/AccessibleEditableTextPara.cxx
index 7b3a2cd9f48a..1544ab014cde 100644
--- a/editeng/source/accessibility/AccessibleEditableTextPara.cxx
+++ b/editeng/source/accessibility/AccessibleEditableTextPara.cxx
@@ -1247,7 +1247,7 @@ namespace accessibility
{
SolarMutexGuard aGuard;
- //Skip the bullet range to ingnore the bullet text
+ //Skip the bullet range to ignore the bullet text
SvxTextForwarder& rCacheTF = GetTextForwarder();
EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo(GetParagraphIndex());
if (aBulletInfo.bVisible)
@@ -1783,7 +1783,7 @@ namespace accessibility
else
{
sal_Int32 nStartIndex, nEndIndex;
- //For the bullet paragraph, the bullet string is ingnored for IAText::attributes() function.
+ //For the bullet paragraph, the bullet string is ignored for IAText::attributes() function.
SvxTextForwarder& rCacheTF = GetTextForwarder();
// MT IA2: Not used? sal_Int32 nBulletLen = 0;
EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo(GetParagraphIndex());
diff --git a/editeng/source/accessibility/AccessibleParaManager.cxx b/editeng/source/accessibility/AccessibleParaManager.cxx
index d107bdf27749..53fcd5a9e9c7 100644
--- a/editeng/source/accessibility/AccessibleParaManager.cxx
+++ b/editeng/source/accessibility/AccessibleParaManager.cxx
@@ -59,7 +59,7 @@ namespace accessibility
AccessibleParaManager::~AccessibleParaManager()
{
- // owner is responsible for possible child defuncs
+ // owner is responsible for possible child death
}
void AccessibleParaManager::SetAdditionalChildStates( const VectorOfStates& rChildStates )