summaryrefslogtreecommitdiff
path: root/winaccessibility
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility')
-rw-r--r--winaccessibility/source/UAccCOMIDL/ia2_api_all.idl2
-rw-r--r--winaccessibility/source/service/AccObject.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl b/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
index 34b61c2a6a6d..f2de7495a638 100644
--- a/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
+++ b/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
@@ -3789,7 +3789,7 @@ interface IAccessibleHypertext2 : IAccessibleHypertext
where cells are direct children of the table.
The range of valid coordinates for this interface are implementation dependent.
- However, that range includes at least the intervals from the from the first row
+ However, that range includes at least the intervals from the first row
or column with the index 0 up to the last (but not including) used row or column
as returned by IAccessibleTable::nRows and IAccessibleTable::nColumns.
diff --git a/winaccessibility/source/service/AccObject.cxx b/winaccessibility/source/service/AccObject.cxx
index 4fcc5802651a..b5134c57c653 100644
--- a/winaccessibility/source/service/AccObject.cxx
+++ b/winaccessibility/source/service/AccObject.cxx
@@ -776,7 +776,7 @@ void AccObject::UpdateActionDesc()
Role == EDIT_BAR || Role == PASSWORD_TEXT || Role == TEXT))
{
pXString = m_xAccActionRef->getAccessibleActionDescription( 0 );
- //Solution:If string length is more than zero,action will will be set.
+ //Solution: if string length is more than zero, action is set.
if( pXString.getLength() > 0)
m_pIMAcc->Put_ActionDescription( pXString.getStr() );
}