diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-02-23 18:47:10 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-02-24 16:44:31 +0100 |
commit | 85643ad3b66ee057a6d620d6284a2b1b19de8dc8 (patch) | |
tree | c86f6330310039bcc69ac518d486d27186de0651 /framework | |
parent | fa2a43c29051b1bdcd0aef2e9cebfd206a4448ce (diff) |
Fix typos
Change-Id: Ie1cff6b690e69d23c16a1a60ef4271d6cf48c13b
Reviewed-on: https://gerrit.libreoffice.org/50260
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/jobs/jobdata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx index d6855e0603b1..53f7b285850d 100644 --- a/framework/source/jobs/jobdata.cxx +++ b/framework/source/jobs/jobdata.cxx @@ -190,7 +190,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 stamp values are readed outside too. + only, if the time stamp values are read 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.) |