Kaydet (Commit) fd8b5d26 authored tarafından Johnny_M's avatar Johnny_M Kaydeden (comit) Tamás Zolnai

Fix spelling in comments

Change-Id: I93b3e2dde7be65d2077e386b8f80ae7c3576c788
Reviewed-on: https://gerrit.libreoffice.org/47102Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
üst 864ab050
......@@ -913,7 +913,7 @@ void AccObjectWinManager::UpdateState( css::accessibility::XAccessible* pXAcc )
}
/**
* Set corresponding com object's accessible name via XAccessilbe interface and new
* Set corresponding com object's accessible name via XAccessible interface and new
* name
* @param pXAcc XAccessible interface.
* @return
......@@ -940,7 +940,7 @@ void AccObjectWinManager::UpdateDescription( XAccessible* pXAcc )
}
/**
* Set corresponding com object's accessible location via XAccessilbe interface and new
* Set corresponding com object's accessible location via XAccessible interface and new
* location.
* @param pXAcc XAccessible interface.
* @return
......@@ -955,7 +955,7 @@ void AccObjectWinManager::SetLocation( XAccessible* pXAcc, long /*top*/, long /
}
/**
* Set corresponding com object's value via XAccessilbe interface and new value.
* Set corresponding com object's value via XAccessible interface and new value.
* @param pXAcc XAccessible interface.
* @param pAny new value.
* @return
......@@ -968,7 +968,7 @@ void AccObjectWinManager::SetValue( XAccessible* pXAcc, Any pAny )
}
/**
* Set corresponding com object's value via XAccessilbe interface.
* Set corresponding com object's value via XAccessible interface.
* @param pXAcc XAccessible interface.
* @return
*/
......@@ -980,7 +980,7 @@ void AccObjectWinManager::UpdateValue( XAccessible* pXAcc )
}
/**
* Set corresponding com object's name via XAccessilbe interface and new name.
* Set corresponding com object's name via XAccessible interface and new name.
* @param pXAcc XAccessible interface.
* @param newName new name
* @return
......@@ -993,7 +993,7 @@ void AccObjectWinManager::SetAccName( XAccessible* pXAcc, Any newName)
}
/**
* Set corresponding com object's description via XAccessilbe interface and new description.
* Set corresponding com object's description via XAccessible interface and new description.
* @param pXAcc XAccessible interface.
* @param newDesc new description
* @return
......@@ -1006,7 +1006,7 @@ void AccObjectWinManager::SetDescription( XAccessible* pXAcc, Any newDesc )
}
/**
* Set corresponding com object's role via XAccessilbe interface and new role.
* Set corresponding com object's role via XAccessible interface and new role.
* @param pXAcc XAccessible interface.
* @param Role new role
* @return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment