From e6ac6cbccf0e26b860b2a8c276fea258091d9da3 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Sat, 26 Apr 2014 19:28:59 +0200 Subject: automaticly -> automatically. Change-Id: Iae55083160eee86ac8301f272634dd3ae65fd847 --- include/ucbhelper/interceptedinteraction.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/ucbhelper/interceptedinteraction.hxx') diff --git a/include/ucbhelper/interceptedinteraction.hxx b/include/ucbhelper/interceptedinteraction.hxx index 0d44f177fe49..ec294f83d0be 100644 --- a/include/ucbhelper/interceptedinteraction.hxx +++ b/include/ucbhelper/interceptedinteraction.hxx @@ -246,7 +246,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper @descr This base implementation checks, if the request could be intercepted successfully. Then this method intercepted() is called. The default implementation returns "NOT_INTERCEPTED" every time. - So the method impl_interceptRequest() uses the right continuation automaticly. + So the method impl_interceptRequest() uses the right continuation automatically. If this method was overwritten and something different "NO_INTERCEPTED" is returned, the method impl_interceptRequest() will return immediately with @@ -266,7 +266,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper @return The result of this operation. Note: If E_NOT_INTERCEPTED is returned the default handling of the base class - will be used automaticly for this request! + will be used automatically for this request! */ virtual EInterceptionState intercepted(const InterceptedRequest& rRequest , const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionRequest >& xOrgRequest); @@ -282,13 +282,13 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper @descr If no further class is derived from this one -> the default implementation is used. Then the internal list of requests is used to handle different - interactions automaticly. + interactions automatically. (see impl_interceptRequest()) If this method was overwritten by a derived implementation -> the new implementation has to do everything by itself. Of course it can access all members/helpers and work with it. - But the default implementation isnt used automaticly then. + But the default implementation isnt used automatically then. @param xRequest the interaction request, which should be intercepted. -- cgit