diff options
author | Johnny_M <klasse@partyheld.de> | 2017-12-27 20:38:56 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-12-28 02:43:37 +0100 |
commit | fd8b5d26edb687fcbf96e74c4b07dcc2b1374035 (patch) | |
tree | ba42bddf4f757646f26ac6cd89102b6ee6ae76c3 /winaccessibility | |
parent | 864ab0502a4d3506413451e8c545144c6c15d777 (diff) |
Fix spelling in comments
Change-Id: I93b3e2dde7be65d2077e386b8f80ae7c3576c788
Reviewed-on: https://gerrit.libreoffice.org/47102
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'winaccessibility')
-rw-r--r-- | winaccessibility/source/service/AccObjectWinManager.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/winaccessibility/source/service/AccObjectWinManager.cxx b/winaccessibility/source/service/AccObjectWinManager.cxx index 618eb15651c3..4298dff3d4d1 100644 --- a/winaccessibility/source/service/AccObjectWinManager.cxx +++ b/winaccessibility/source/service/AccObjectWinManager.cxx @@ -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 |