diff options
-rw-r--r-- | framework/source/jobs/jobdata.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) |