summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-01 13:09:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-01 19:08:07 +0000
commit6445d8d7d662d9bbeb20647bd14470ff7a4dba34 (patch)
treef4a71ee65541f66d55ff5de44fdd0de07b286344 /include
parent943919692e8cd96839aeb8cc97598fd4e55c5eea (diff)
Fix typos
Change-Id: Icfc61fcc5ace717bca4bea988243674afe31e6f8 Reviewed-on: https://gerrit.libreoffice.org/29435 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/ucbhelper/interceptedinteraction.hxx2
-rw-r--r--include/unotools/mediadescriptor.hxx2
-rw-r--r--include/vcl/uitest/uiobject.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/ucbhelper/interceptedinteraction.hxx b/include/ucbhelper/interceptedinteraction.hxx
index 3bc55dfa8766..72d6bd380243 100644
--- a/include/ucbhelper/interceptedinteraction.hxx
+++ b/include/ucbhelper/interceptedinteraction.hxx
@@ -64,7 +64,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
css::uno::Type Continuation;
- /** @short its an unique identifier, which must be managed by the outside code.
+ /** @short it's an unique identifier, which must be managed by the outside code.
@descr If there is a derived class, which overwrites the InterceptedInteraction::intercepted()
method, it will be called with a reference to an InterceptedRequest struct.
diff --git a/include/unotools/mediadescriptor.hxx b/include/unotools/mediadescriptor.hxx
index 56b5b348e5a9..26f68cc6f855 100644
--- a/include/unotools/mediadescriptor.hxx
+++ b/include/unotools/mediadescriptor.hxx
@@ -287,7 +287,7 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
/** @short tries to open a stream by using the given URL.
@descr First it tries to open the content in r/w mode (if its
- allowed to do so). Only in case its not allowed or it failed
+ allowed to do so). Only in case it's not allowed or it failed
the stream will be tried to open in readonly mode.
The MediaDescriptor itself is changed inside this method.
diff --git a/include/vcl/uitest/uiobject.hxx b/include/vcl/uitest/uiobject.hxx
index 81ce29742193..f2eae6e24023 100644
--- a/include/vcl/uitest/uiobject.hxx
+++ b/include/vcl/uitest/uiobject.hxx
@@ -73,7 +73,7 @@ public:
virtual std::unique_ptr<UIObject> get_child(const OUString& rID);
/**
- * Returns a set containing all decendants of the object.
+ * Returns a set containing all descendants of the object.
*/
virtual std::set<OUString> get_children() const;