summaryrefslogtreecommitdiffstats
path: root/framework/source/jobs/job.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/jobs/job.cxx')
-rw-r--r--framework/source/jobs/job.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx
index 8058431e708c..aabaddf3a934 100644
--- a/framework/source/jobs/job.cxx
+++ b/framework/source/jobs/job.cxx
@@ -615,7 +615,7 @@ void Job::impl_stopListening()
the job, which was running and inform us now
@param aResult
- it's results
+ its results
*/
void SAL_CALL Job::jobFinished( /*IN*/ const css::uno::Reference< css::task::XAsyncJob >& xJob ,
/*IN*/ const css::uno::Any& aResult ) throw(css::uno::RuntimeException, std::exception)
@@ -775,7 +775,7 @@ void SAL_CALL Job::queryClosing( const css::lang::EventObject& aEvent ,
// No veto ...
// But don't call die() here or free our internal member.
// This must be done inside notifyClosing() only. Otherwhise the
- // might stopped job has no chance to return it's results or
+ // might stopped job has no chance to return its results or
// call us back. We must give him the chance to finish it's work successfully.
}