From 6445d8d7d662d9bbeb20647bd14470ff7a4dba34 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 1 Oct 2016 13:09:49 +0200 Subject: Fix typos Change-Id: Icfc61fcc5ace717bca4bea988243674afe31e6f8 Reviewed-on: https://gerrit.libreoffice.org/29435 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/ucbhelper/interceptedinteraction.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ucbhelper') 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. -- cgit