summaryrefslogtreecommitdiff
path: root/framework/inc/dispatch
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-09 10:12:07 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-09 10:12:07 +0100
commit94bc29cb71d08ebe039d5ce5b6b2762ac24cbb8f (patch)
treeb24cede14403ab264d7f7684df3d603a15d2f010 /framework/inc/dispatch
parent332fffe3b8cd51576c42762e5e9751464777f2ca (diff)
Typo: I/internaly -> I/internally
Change-Id: Ic9056baf58698743492ab57a882341c730ef2f7a
Diffstat (limited to 'framework/inc/dispatch')
-rw-r--r--framework/inc/dispatch/closedispatcher.hxx8
-rw-r--r--framework/inc/dispatch/dispatchprovider.hxx2
-rw-r--r--framework/inc/dispatch/startmoduledispatcher.hxx2
3 files changed, 6 insertions, 6 deletions
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx
index ba13b052caa5..fff1ac4d35be 100644
--- a/framework/inc/dispatch/closedispatcher.hxx
+++ b/framework/inc/dispatch/closedispatcher.hxx
@@ -96,7 +96,7 @@ class CloseDispatcher : // baseclasses ... order is necessary for right initiali
//---------------------------------------
/** @short used for asynchronous callbacks within the main thread.
- @descr Internaly we work asynchronous. Because our callis
+ @descr Internally we work asynchronous. Because our callis
are not aware, that her request can kill its own environment ... */
::vcl::EventPoster m_aAsyncCallback;
@@ -114,7 +114,7 @@ class CloseDispatcher : // baseclasses ... order is necessary for right initiali
ListenerHash m_lStatusListener;
//---------------------------------------
- /** @short holded alive for internaly asynchronous operations! */
+ /** @short holded alive for internally asynchronous operations! */
css::uno::Reference< css::frame::XDispatchResultListener > m_xResultListener;
SystemWindow* m_pSysWindow;
@@ -132,7 +132,7 @@ class CloseDispatcher : // baseclasses ... order is necessary for right initiali
@param rxContext
an un oservice manager, which is needed to create uno resource
- internaly.
+ internally.
@param xFrame
the frame where the corresponding dispatch was started.
@@ -181,7 +181,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
+ @descr As already mentione, we make internally all operations
asynchronous. Otherwise our callis kill its own environment
during they call us ...
*/
diff --git a/framework/inc/dispatch/dispatchprovider.hxx b/framework/inc/dispatch/dispatchprovider.hxx
index 6c6e9283393f..53ad483d8dcd 100644
--- a/framework/inc/dispatch/dispatchprovider.hxx
+++ b/framework/inc/dispatch/dispatchprovider.hxx
@@ -44,7 +44,7 @@ namespace framework{
/**
@descr We know some special dispatch objects with different functionality.
- The can be created internaly by the following DispatchProvider.
+ The can be created internally by the following DispatchProvider.
Here we define some identifier to force creation of the right one.
*/
enum EDispatchHelper
diff --git a/framework/inc/dispatch/startmoduledispatcher.hxx b/framework/inc/dispatch/startmoduledispatcher.hxx
index e5bbeb8d01fb..bb6f6342427c 100644
--- a/framework/inc/dispatch/startmoduledispatcher.hxx
+++ b/framework/inc/dispatch/startmoduledispatcher.hxx
@@ -89,7 +89,7 @@ class StartModuleDispatcher : // baseclasses ... order is necessary for right in
@param xContext
an UNO service manager, which is needed to create UNO resource
- internaly.
+ internally.
@param xFrame
the frame where the corresponding dispatch was started.