diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-10 15:57:11 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-10 15:58:05 +0100 |
commit | 07d60f88f28d1f05c50458a66a24cefefa97a54a (patch) | |
tree | f4cfd70c24d14937d896e8b9ea2cd8838e430797 /framework | |
parent | 65f620c99ae177efdf06993561ac019663ce74fd (diff) |
Typo: adress -> address
Change-Id: I8b6c66b6919f84c36e43a716d4d62fea5cde6568
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/dispatch/closedispatcher.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx index fff1ac4d35be..bb7a965d5b5f 100644 --- a/framework/inc/dispatch/closedispatcher.hxx +++ b/framework/inc/dispatch/closedispatcher.hxx @@ -281,7 +281,7 @@ class CloseDispatcher : // baseclasses ... order is necessary for right initiali context where its dispatched. Sometimes the start frame of the dispatch has to be closed itself (target=_self) ... sometimes it's parent frame has to be closed - BUT(!) it means a parent frame containing a top level - window. _top cant be used then for dispatch - because it adress TopFrames + window. _top cant be used then for dispatch - because it address TopFrames not frames containg top level windows. So normaly _magic (which btw does not exists at the moment .-) ) should be used. So we interpret target=<empty> as _magic ! |