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 217ad0d9d96c..6d55a7ca9235 100644
--- a/framework/inc/jobs/job.hxx
+++ b/framework/inc/jobs/job.hxx
@@ -119,7 +119,7 @@ class Job : public css::lang::XTypeProvider
/**
For some special cases we must know the environment, in which
this job runs. Means the frame inside which we may was triggered.
- We use it too, to listen for closing events of this ressource.
+ We use it too, to listen for closing events of this resource.
Please note: If m_xFrame is set - m_xModel should be NULL.
Only one environment can be supported realy.
@@ -129,7 +129,7 @@ class Job : public css::lang::XTypeProvider
/**
For some special cases we must know the environment, in which
this job runs. Means the document inside which we may was triggered.
- We use it too, to listen for closing events of this ressource.
+ We use it too, to listen for closing events of this resource.
Please note: If m_xModel is set - m_xFrame should be NULL.
Only one environment can be supported realy.