From 534b2a4b58ba765dbc256d6297e33453524915e2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 2 Feb 2016 19:47:20 +0100 Subject: Fix typos Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3 Reviewed-on: https://gerrit.libreoffice.org/21797 Tested-by: Jenkins Reviewed-by: Ashod Nakashian --- include/ucbhelper/interceptedinteraction.hxx | 6 +++--- include/ucbhelper/resultsethelper.hxx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include/ucbhelper') diff --git a/include/ucbhelper/interceptedinteraction.hxx b/include/ucbhelper/interceptedinteraction.hxx index cf29462273d9..26e1a9ad4c51 100644 --- a/include/ucbhelper/interceptedinteraction.hxx +++ b/include/ucbhelper/interceptedinteraction.hxx @@ -94,7 +94,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper @descr Such constructed object can't be used really. Might it will crash if its used! - Dont forget to initialize all(!) members ... + Don't forget to initialize all(!) members ... */ InterceptedRequest() { @@ -219,7 +219,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper void setInterceptions(const ::std::vector< InterceptedRequest >& lInterceptions); - /** @short extract a requested continuation from te list of available ones. + /** @short extract a requested continuation from the list of available ones. @param lContinuations the list of available continuations. @@ -228,7 +228,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper is used to locate the right continuation, by checking its interface type. - @return A valid reference to the continuation, if it could be located ... + @return A valid reference to the continuation, if it could be located... or an empty reference otherwise. */ static css::uno::Reference< css::task::XInteractionContinuation > extractContinuation( diff --git a/include/ucbhelper/resultsethelper.hxx b/include/ucbhelper/resultsethelper.hxx index 1420b702305b..e43a2e6857be 100644 --- a/include/ucbhelper/resultsethelper.hxx +++ b/include/ucbhelper/resultsethelper.hxx @@ -114,7 +114,7 @@ private: public: /** - * Construtor. + * Constructor. * * @param rxContext is a Service Manager. * @param rCommand is the parameter for the open command that produces -- cgit v1.2.3