From 465489d97ab9ffa0bfee02d80eb99aad771aee3f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Jul 2015 18:22:30 +0200 Subject: Fix typos Change-Id: Id884946cae0687d0b71c967e236e58df17567884 Reviewed-on: https://gerrit.libreoffice.org/16707 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- framework/source/jobs/job.cxx | 2 +- framework/source/jobs/jobdata.cxx | 6 +++--- framework/source/jobs/jobresult.cxx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'framework/source/jobs') 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.
  • -- cgit