[Libreoffice-commits] core.git: framework/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jun 20 05:08:18 UTC 2019
framework/source/jobs/jobdata.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 88eb748e828bcb72b8ddc5b90aa3a73c495c11ce
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:43:02 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Jun 20 07:07:19 2019 +0200
Fix typo
Change-Id: I26a820082ee95ca076c060ad29f30283f50bdd98
Reviewed-on: https://gerrit.libreoffice.org/74394
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx
index aacaf6c97fe8..d18f2628ceaf 100644
--- a/framework/source/jobs/jobdata.cxx
+++ b/framework/source/jobs/jobdata.cxx
@@ -64,7 +64,7 @@ JobData::JobData( const JobData& rCopy )
}
/**
- @short operator for coping JobData instances
+ @short operator for copying JobData instances
@descr Sometimes such job data container must be moved from one using place
to another one. Then a copy ctor and copy operator must be available.
@@ -265,7 +265,7 @@ void JobData::setJobConfig( const std::vector< css::beans::NamedValue >& lArgume
/**
@short set a new environment descriptor for this job
@descr It must(!) be done every time this container is initialized
- with new job datas e.g.: setAlias()/setEvent()/setService() ...
+ with new job data e.g.: setAlias()/setEvent()/setService() ...
Otherwise the environment will be unknown!
*/
void JobData::setEnvironment( EEnvironment eEnvironment )
More information about the Libreoffice-commits
mailing list