summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-10 19:59:38 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-10 20:22:50 +0300
commit6835d9f3074c1030be6632bdaff6c8398c696429 (patch)
tree90bdc179c3522a71f87fef348d9aaced458b611d /framework/inc
parenta8877197072523ec60fadb138f9790aa2bf66cd2 (diff)
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/classes/filtercachedata.hxx2
-rw-r--r--framework/inc/dispatch/closedispatcher.hxx2
-rw-r--r--framework/inc/dispatch/interceptionhelper.hxx2
-rw-r--r--framework/inc/jobs/job.hxx4
-rw-r--r--framework/inc/services/desktop.hxx6
5 files changed, 8 insertions, 8 deletions
diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx
index da342fcaf471..444fbb564fc1 100644
--- a/framework/inc/classes/filtercachedata.hxx
+++ b/framework/inc/classes/filtercachedata.hxx
@@ -443,7 +443,7 @@ class DataContainer
These enum values can be used ate some interface methods to specify, which
configuration set should be used.
Further it must be possible to start the same action for more then one cfg type.
- That's why these values must be interpreted as flags. Means: it's values must be
+ That's why these values must be interpreted as flags. Means: its values must be
in range [2^n]!
*/
enum ECFGType
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx
index d338cc0e1644..e3b93d5508a2 100644
--- a/framework/inc/dispatch/closedispatcher.hxx
+++ b/framework/inc/dispatch/closedispatcher.hxx
@@ -251,7 +251,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper2<
@descr The problem behind: closing some resources depends sometimes from the
context where its dispatched. Sometimes the start frame of the dispatch
- has to be closed itself (target=_self) ... sometimes it's parent frame
+ has to be closed itself (target=_self) ... sometimes its parent frame
has to be closed - BUT(!) it means a parent frame containing a top level
window. _top cant be used then for dispatch - because it address TopFrames
not frames containg top level windows. So normaly _magic (which btw does not
diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx
index af39e0284a28..e2169c14084c 100644
--- a/framework/inc/dispatch/interceptionhelper.hxx
+++ b/framework/inc/dispatch/interceptionhelper.hxx
@@ -55,7 +55,7 @@ class InterceptionHelper : public ::cppu::WeakImplHelper3<
// structs, helper
- /** @short bind an interceptor component to it's URL pattern registration. */
+ /** @short bind an interceptor component to its URL pattern registration. */
struct InterceptorInfo
{
/** @short reference to the interceptor component. */
diff --git a/framework/inc/jobs/job.hxx b/framework/inc/jobs/job.hxx
index 32e6f4d72ce4..079b1d7313d7 100644
--- a/framework/inc/jobs/job.hxx
+++ b/framework/inc/jobs/job.hxx
@@ -43,10 +43,10 @@
namespace framework{
/**
- @short it represent a job; execute it and control it's lifetime
+ @short it represent a job; execute it and control its lifetime
@descr This implementation can be used to wrapp jobs, execute it
- synchronously or asynchronous, control it's lifetime
+ synchronously or asynchronous, control its lifetime
and differe between jobs with and without configuration.
*/
class Job : public ::cppu::WeakImplHelper3<
diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx
index e8bcf35171c7..265b135e70ee 100644
--- a/framework/inc/services/desktop.hxx
+++ b/framework/inc/services/desktop.hxx
@@ -146,7 +146,7 @@ class Desktop : private cppu::BaseMutex,
Registered termination listener will be taken into account
also. As special feature some of our registered listener
- are well known by it's UNO implementation name. They are handled
+ are well known by its UNO implementation name. They are handled
different to all other listener.
Btw: Desktop.terminate() was designed in the past to be used
@@ -173,7 +173,7 @@ class Desktop : private cppu::BaseMutex,
@short add a listener for termination events
@descr Additional to adding normal listener these method was implemented special.
- Every listener will be asked for it's uno implementation name.
+ Every listener will be asked for its uno implementation name.
Some of them are well known ... and the corresponding listener wont be added
to the container of "normal listener". Those listener will be set as special
member.
@@ -195,7 +195,7 @@ class Desktop : private cppu::BaseMutex,
@short remove a listener from this container.
@descr Additional to removing normal listener these method was implemented special.
- Every listener will be asked for it's uno implementation name.
+ Every listener will be asked for its uno implementation name.
Some of them are well known ... and the corresponding listener was set as special member.
Now those special member will be reseted also.
see e.g. member m_xSfxTerminator