summaryrefslogtreecommitdiff
path: root/framework/source/jobs
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:22:30 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-03 09:43:46 +0000
commit465489d97ab9ffa0bfee02d80eb99aad771aee3f (patch)
tree0405a31efbde5e1ef61ad23afbea087a2c9cf31b /framework/source/jobs
parent420923ba76ad84892fd242ed37be9d85e1ea03fe (diff)
Fix typos
Change-Id: Id884946cae0687d0b71c967e236e58df17567884 Reviewed-on: https://gerrit.libreoffice.org/16707 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'framework/source/jobs')
-rw-r--r--framework/source/jobs/job.cxx2
-rw-r--r--framework/source/jobs/jobdata.cxx6
-rw-r--r--framework/source/jobs/jobresult.cxx2
3 files changed, 5 insertions, 5 deletions
diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx
index 2e7721b2fb92..bcf91bc6ac2c 100644
--- a/framework/source/jobs/job.cxx
+++ b/framework/source/jobs/job.cxx
@@ -687,7 +687,7 @@ void SAL_CALL Job::queryTermination( /*IN*/ const css::lang::EventObject& ) thro
It can occur only, if job was not already started if queryTermination() was called here ..
Then we had not throwed a veto exception. But now we must agree with this situation and break
all our internal processes. Its not a good idea to mark this instance as non startable any longer
- inside queryTermination() if no job was unning too. Because that would disable this job and may
+ inside queryTermination() if no job was running too. Because that would disable this job and may
the office does not really shutdownm, because another listener has thrown the suitable exception.
@param aEvent
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx
index 3c0adc804a9b..d5b120b2581a 100644
--- a/framework/source/jobs/jobdata.cxx
+++ b/framework/source/jobs/jobdata.cxx
@@ -189,7 +189,7 @@ void JobData::setService( const OUString& sService )
the underlying configuration! (That must be done from outside.
Because the caller must have the configuration already open to
get the values for sEvent and sAlias! And doing so it can perform
- only, if the time stanp values are readed outside too.
+ only, if the time stamp values are readed outside too.
Further it make no sense to initialize and start a disabled job.
So this initialization method will be called for enabled jobs only.)
@@ -400,9 +400,9 @@ bool JobData::hasConfig() const
/**
@short mark a job as non startable for further requests
@descr We don't remove the configuration entry! We set a timestamp value only.
- And there exist two of them: one for an administrator ... and one for the
+ And there exist two of them: one for an administrator... and one for the
current user. We change it for the user layer only. So this JobDispatch can't be
- started any more ... till the administrator change his timestamp.
+ started any more... till the administrator change his timestamp.
That can be useful for post setup scenarios, which must run one time only.
Note: This method don't do anything, if this represented job doesn't have a configuration!
diff --git a/framework/source/jobs/jobresult.cxx b/framework/source/jobs/jobresult.cxx
index 36fc63e8108b..05771828692e 100644
--- a/framework/source/jobs/jobresult.cxx
+++ b/framework/source/jobs/jobresult.cxx
@@ -58,7 +58,7 @@ JobResult::JobResult()
The returned list of (for this generic implementation unknown!)
properties, will be written directly to the configuration and replace
any old values there. There will no check for changes and we don't
- support any mege feature here. They are written only. The job has
+ support any merge feature here. They are written only. The job has
to modify this list.
</li>
<li>