diff options
Diffstat (limited to 'framework/inc/services')
-rw-r--r-- | framework/inc/services/desktop.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx index 03b46789f524..e8fd0017d628 100644 --- a/framework/inc/services/desktop.hxx +++ b/framework/inc/services/desktop.hxx @@ -177,7 +177,7 @@ class Desktop : private cppu::BaseMutex, @descr Additional to adding normal listener these method was implemented special. Every listener will be asked for its uno implementation name. - Some of them are well known ... and the corresponding listener wont be added + Some of them are well known... and the corresponding listener wont be added to the container of "normal listener". Those listener will be set as special member. see e.g. member m_xSfxTerminator @@ -429,8 +429,8 @@ class Desktop : private cppu::BaseMutex, css::uno::Reference< css::frame::XTerminateListener > m_xQuickLauncher; /** special terminate listener which loads images asynchronous for current open documents. - * Because internally it uses blocking system APIs ... it can't be guaranteed that - * running jobs can be cancelled successfully if the corressponding document will be closed ... + * Because internally it uses blocking system APIs... it can't be guaranteed that + * running jobs can be cancelled successfully if the corresponding document will be closed... * it will not hinder those documents on closing. Instead it let all jobs running... * but at least on terminate we have to wait for all those blocked requests. * So these implementation must be a special terminate listener too .-( |