diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-18 00:26:02 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-18 00:30:35 +0300 |
commit | 728ec86062c13c4994a15bf4bee810db7094c8bb (patch) | |
tree | 71da33ccd7d65d0a7c0eaf4d6ad10f66c12ae3c5 /framework/inc | |
parent | 9a7fc5ee26c7b7a5ad227d628e1a1f389e3085c2 (diff) |
Typo: s/cant/can't/
Change-Id: Id76b4ea569246c4b96da48dbc8d5a557367e0cca
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/dispatch/closedispatcher.hxx | 6 | ||||
-rw-r--r-- | framework/inc/helper/ocomponentaccess.hxx | 2 | ||||
-rw-r--r-- | framework/inc/helper/ocomponentenumeration.hxx | 2 | ||||
-rw-r--r-- | framework/inc/jobs/helponstartup.hxx | 2 | ||||
-rw-r--r-- | framework/inc/jobs/jobdata.hxx | 2 | ||||
-rw-r--r-- | framework/inc/jobs/shelljob.hxx | 2 | ||||
-rw-r--r-- | framework/inc/services/desktop.hxx | 4 |
7 files changed, 10 insertions, 10 deletions
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx index fd41340bf86d..3c017547a83d 100644 --- a/framework/inc/dispatch/closedispatcher.hxx +++ b/framework/inc/dispatch/closedispatcher.hxx @@ -167,10 +167,10 @@ class CloseDispatcher : public ::cppu::WeakImplHelper2< /** @short prepare m_xCloseFrame so it should be closeable without problems. - @descr Thats needed to be sure, that the document cant disagree + @descr Thats needed to be sure, that the document can't disagree later with e.g. an office termination. The problem: Closing of documents can show UI. If the user - ignores it and open/close other documents, we cant know + ignores it and open/close other documents, we can't know which state the office has after closing of this frame. @param bAllowSuspend @@ -253,7 +253,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper2< context where its dispatched. Sometimes the start frame of the dispatch has to be closed itself (target=_self) ... sometimes its 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 address TopFrames + window. _top can't 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 ! diff --git a/framework/inc/helper/ocomponentaccess.hxx b/framework/inc/helper/ocomponentaccess.hxx index 6c634692d800..570ae4798d4d 100644 --- a/framework/inc/helper/ocomponentaccess.hxx +++ b/framework/inc/helper/ocomponentaccess.hxx @@ -140,7 +140,7 @@ class OComponentAccess : public ::cppu::WeakImplHelper1< ::com::sun::star::co @seealso method createEnumeration @param "xNode" , root of subtree and start point of search - @param "seqComponents", result list of search. We cant use a return value, we search recursive + @param "seqComponents", result list of search. We can't use a return value, we search recursive and must collect all information. *//*-*****************************************************************************************************/ diff --git a/framework/inc/helper/ocomponentenumeration.hxx b/framework/inc/helper/ocomponentenumeration.hxx index d12d45a6a406..8a7a40df103c 100644 --- a/framework/inc/helper/ocomponentenumeration.hxx +++ b/framework/inc/helper/ocomponentenumeration.hxx @@ -37,7 +37,7 @@ namespace framework{ @short implement a helper for a oneway enumeration of components @descr You can step during this list only for one time! Its a snapshot. Don't forget to release the reference. You are the owner of an instance of this implementation. - You cant use this as a baseclass. Please use it as a dynamical object for return. + You can't use this as a baseclass. Please use it as a dynamical object for return. @implements XInterface XTypeProvider diff --git a/framework/inc/jobs/helponstartup.hxx b/framework/inc/jobs/helponstartup.hxx index 1df5e344c08a..81d82568dc37 100644 --- a/framework/inc/jobs/helponstartup.hxx +++ b/framework/inc/jobs/helponstartup.hxx @@ -84,7 +84,7 @@ class HelpOnStartup : public ::cppu::WeakImplHelper3< ::com::sun::star::lang::XS /** @short does nothing real ... @descr But it should exists as virtual function, - so this class cant make trouble + so this class can't make trouble related to inline/symbols etcpp.! */ virtual ~HelpOnStartup(); diff --git a/framework/inc/jobs/jobdata.hxx b/framework/inc/jobs/jobdata.hxx index 9a575e5c4248..c7715f0f2427 100644 --- a/framework/inc/jobs/jobdata.hxx +++ b/framework/inc/jobs/jobdata.hxx @@ -80,7 +80,7 @@ class JobData /** Some jobs can be registered to "logical events", which are generated on demand if another document event occurs. E.g. "onDocumentOpened" in case "OnNew" or "OnLoad" was notified to the JobExecutor instance. And normaly the original event is transported as parameter set to the executed job. But then such job - cant differ between e.g. "OnNew" and "onDocumentOpened". + can't differ between e.g. "OnNew" and "onDocumentOpened". That's why we must know, for which type of event the job was really triggered .-) The information "sDocEvent" from this struct must be set on the member JobData::m_sEvent from outside diff --git a/framework/inc/jobs/shelljob.hxx b/framework/inc/jobs/shelljob.hxx index 7ec6c21b2bcc..2412edcecb7f 100644 --- a/framework/inc/jobs/shelljob.hxx +++ b/framework/inc/jobs/shelljob.hxx @@ -68,7 +68,7 @@ class ShellJob : public ::cppu::WeakImplHelper2< ::com::sun::star::lang::XServic /** @short does nothing real ... @descr But it should exists as virtual function, - so this class cant make trouble + so this class can't make trouble related to inline/symbols etcpp.! */ virtual ~ShellJob(); diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx index 265b135e70ee..ab7ff93e2716 100644 --- a/framework/inc/services/desktop.hxx +++ b/framework/inc/services/desktop.hxx @@ -428,7 +428,7 @@ 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 cant be guaranteed that + * 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 ... * 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. @@ -441,7 +441,7 @@ class Desktop : private cppu::BaseMutex, * only ... it does not really shutdown the whole application. * * Btw: That wouldnt be possible by design ... because Desktop.terminate() - * has to return a boolean value about success ... it cant really shutdown the + * has to return a boolean value about success ... it can't really shutdown the * process .-) * * So we uses a trick: A special listener (exactly these one here) listen for notifyTermination() |