From 6835d9f3074c1030be6632bdaff6c8398c696429 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 10 Apr 2014 19:59:38 +0300 Subject: It's "its", not "it's" Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63 --- framework/source/dispatch/interceptionhelper.cxx | 2 +- framework/source/jobs/job.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'framework/source') diff --git a/framework/source/dispatch/interceptionhelper.cxx b/framework/source/dispatch/interceptionhelper.cxx index 313161fa1aaa..a6452499af0c 100644 --- a/framework/source/dispatch/interceptionhelper.cxx +++ b/framework/source/dispatch/interceptionhelper.cxx @@ -46,7 +46,7 @@ css::uno::Reference< css::frame::XDispatch > SAL_CALL InterceptionHelper::queryD // SAFE { SolarMutexClearableGuard aReadLock; - // a) first search an interceptor, which match to this URL by it's URL pattern registration + // a) first search an interceptor, which match to this URL by its URL pattern registration // Note: if it return NULL - it does not mean an empty interceptor list automaticly! css::uno::Reference< css::frame::XDispatchProvider > xInterceptor; InterceptorList::const_iterator pIt = m_lInterceptionRegs.findByPattern(aURL.Complete); 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. } -- cgit