summaryrefslogtreecommitdiff
path: root/framework/inc/jobs/job.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/jobs/job.hxx')
-rw-r--r--framework/inc/jobs/job.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/jobs/job.hxx b/framework/inc/jobs/job.hxx
index 7f18dc69a18f..6ed4f5580a3f 100644
--- a/framework/inc/jobs/job.hxx
+++ b/framework/inc/jobs/job.hxx
@@ -84,7 +84,7 @@ class Job : public css::lang::XTypeProvider
private:
/**
- hold all neccessary informations about this job.
+ hold all neccessary information about this job.
It can be used for both modes: with and without configuration.
*/
JobData m_aJobCfg;
@@ -133,7 +133,7 @@ class Job : public css::lang::XTypeProvider
/**
A job can return a dispatch result event after finishing its work.
We have to transport it to any outside interested listener then.
- (see m_xResultSourceFake for further informations too!)
+ (see m_xResultSourceFake for further information too!)
*/
css::uno::Reference< css::frame::XDispatchResultListener > m_xResultListener;