diff options
author | Jesús Corrius <jcorrius@gmail.com> | 2013-09-26 10:21:12 +0200 |
---|---|---|
committer | Jesús Corrius <jcorrius@gmail.com> | 2013-09-26 10:21:12 +0200 |
commit | 6a3cf741d1d4d9e700c14da6d6ae386d3aa372f8 (patch) | |
tree | 31e7dd398ac2fdac83324154c988f9f304e6ab75 /framework/inc/dispatch/closedispatcher.hxx | |
parent | a1bc57563f659579e889f279d7f63a9fb487dcb2 (diff) |
Otherwhise -> Otherwise
Change-Id: Iaec23e1d240f675a04b52cd251c4cb2a1242bb44
Diffstat (limited to 'framework/inc/dispatch/closedispatcher.hxx')
-rw-r--r-- | framework/inc/dispatch/closedispatcher.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx index 7bb3ac4a6d09..de51671bd303 100644 --- a/framework/inc/dispatch/closedispatcher.hxx +++ b/framework/inc/dispatch/closedispatcher.hxx @@ -182,7 +182,7 @@ class CloseDispatcher : // baseclasses ... order is necessary for right initiali /** @short a callback for asynchronous started operations. @descr As already mentione, we make internaly all operations - asynchronous. Otherwhise our callis kill its own environment + asynchronous. Otherwise our callis kill its own environment during they call us ... */ DECL_LINK( impl_asyncCallback, void* ); @@ -220,7 +220,7 @@ class CloseDispatcher : // baseclasses ... order is necessary for right initiali inside this frame. Such views must be cleared before (e.g. by calling implts_closeView()! - Otherwhise e.g. the XController->suspend() + Otherwise e.g. the XController->suspend() call isnt made and no UI warn the user about loosing document changes. Because the frame is closed .... |