diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-09-10 22:35:39 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-09-10 22:35:39 +0200 |
commit | 037d03b9facb414ba6be01fa6ee92fc7ca89f70c (patch) | |
tree | 119676e8107fada1b91ef12a72e9bbf7b393729f /toolkit | |
parent | 44ead04eb5fc61a3f56f783adb1509fab440e212 (diff) |
Typo: (N|n)ormaly->(N|n)ormally
Change-Id: I96d081f394b0b62d99ec1034bf5e99da9aedd9d9
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxaccessiblecomponent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxaccessiblecomponent.cxx b/toolkit/source/awt/vclxaccessiblecomponent.cxx index 029285702989..ab92152949f4 100644 --- a/toolkit/source/awt/vclxaccessiblecomponent.cxx +++ b/toolkit/source/awt/vclxaccessiblecomponent.cxx @@ -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 ); |