Typo: (N|n)ormaly->(N|n)ormally

Change-Id: I96d081f394b0b62d99ec1034bf5e99da9aedd9d9
This commit is contained in:
Julien Nabet
2014-09-10 22:35:39 +02:00
parent 44ead04eb5
commit 037d03b9fa
41 changed files with 66 additions and 66 deletions

View File

@@ -143,7 +143,7 @@ uno::Reference< accessibility::XAccessible > VCLXAccessibleComponent::GetChildAc
// checks if the data in the window event is our direct child
// and returns its accessible
// MT: Change this later, normaly a show/hide event shouldn't have the Window* in pData.
// MT: Change this later, normally a show/hide event shouldn't have the Window* in pData.
Window* pChildWindow = (Window *) rVclWindowEvent.GetData();
if( pChildWindow && GetWindow() == pChildWindow->GetAccessibleParentWindow() )
return pChildWindow->GetAccessible( rVclWindowEvent.GetId() == VCLEVENT_WINDOW_SHOW );