summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-29 23:19:08 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-05-05 09:24:40 +0200
commitf6fb5a17da883e89cae6f7a960266fc87ccc9f6b (patch)
tree058efebab6d3b5ef21d42a3c1191eeddf890e4cc /framework
parentd633e80334b2472e7d99e253b761acd9b72f290b (diff)
Fix typos
Change-Id: I92078fdece135754744d85424956dbb071f3899e Reviewed-on: https://gerrit.libreoffice.org/53638 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/dispatch/interceptionhelper.hxx4
-rw-r--r--framework/source/jobs/jobdata.cxx2
-rw-r--r--framework/source/services/autorecovery.cxx4
3 files changed, 5 insertions, 5 deletions
diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx
index ac3e352d87ab..97e65f81c998 100644
--- a/framework/inc/dispatch/interceptionhelper.hxx
+++ b/framework/inc/dispatch/interceptionhelper.hxx
@@ -129,7 +129,7 @@ class InterceptionHelper : public ::cppu::WeakImplHelper<
private:
- /** @short reference to the frame, which uses this instance to implement it's own interception.
+ /** @short reference to the frame, which uses this instance to implement its own interception.
@descr We hold a weak reference only, to make disposing operations easy. */
css::uno::WeakReference< css::frame::XFrame > m_xOwnerWeak;
@@ -148,7 +148,7 @@ class InterceptionHelper : public ::cppu::WeakImplHelper<
/** @short creates a new interception helper instance.
@param xOwner
- points to the frame, which use this instances to support it's own interception interfaces.
+ points to the frame, which use this instances to support its own interception interfaces.
@param xSlave
an outside creates dispatch provider, which has to be used here as lowest slave "interceptor".
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx
index 53f7b285850d..05ab9f0145b2 100644
--- a/framework/source/jobs/jobdata.cxx
+++ b/framework/source/jobs/jobdata.cxx
@@ -216,7 +216,7 @@ void JobData::setEvent( const OUString& sEvent ,
@short set the new job specific arguments
@descr If a job finish his work, it can give us a new list of arguments (which
will not interpreted by us). We write it back to the configuration only
- (if this job has it's own configuration!).
+ (if this job has its own configuration!).
So a job can have persistent data without implementing anything
or define own config areas for that.
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 8512293fecb5..ddb024be267b 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -937,7 +937,7 @@ private:
b) We must create our own progress e.g. for an AutoSave
c) Sometimes our application filters don't use the progress
provided by the MediaDescriptor. They use the Frame every time to create
- it's own progress. So we implemented a HACK for these and now we set
+ its own progress. So we implemented a HACK for these and now we set
an InterceptedProgress there for the time WE use this frame for loading/storing documents .-)
@param xNewFrame
@@ -4102,7 +4102,7 @@ void AutoRecovery::impl_establishProgress(const AutoRecovery::TDocumentInfo&
// HACK
// An external provided progress (most given by the CrashSave/Recovery dialog)
- // must be preferred. But we know that some application filters query it's own progress instance
+ // must be preferred. But we know that some application filters query its own progress instance
// at the frame method Frame::createStatusIndicator().
// So we use a two step mechanism:
// 1) we set the progress inside the MediaDescriptor, which will be provided to the filter