diff options
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/inc/ucbhelper/interceptedinteraction.hxx | 2 | ||||
-rw-r--r-- | ucbhelper/inc/ucbhelper/resultsethelper.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx b/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx index d727b5a38ac5..8c9b52239ad6 100644 --- a/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx +++ b/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx @@ -249,7 +249,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper So the method impl_interceptRequest() uses the right continuation automaticly. If this method was overwritten and something different "NO_INTERCEPTED" - is returned, the method impl_interceptRequest() will return immediatly with + is returned, the method impl_interceptRequest() will return immediately with the result, which is returned by this intercepted() method. Then the continuations must be selected inside the intercepted() call! diff --git a/ucbhelper/inc/ucbhelper/resultsethelper.hxx b/ucbhelper/inc/ucbhelper/resultsethelper.hxx index e23cc508b108..80dd0581652d 100644 --- a/ucbhelper/inc/ucbhelper/resultsethelper.hxx +++ b/ucbhelper/inc/ucbhelper/resultsethelper.hxx @@ -177,7 +177,7 @@ public: /** * The implemetation of this method always returns 0. Override this - * method, if necassary. + * method, if necessary. */ virtual sal_Int16 SAL_CALL getCapabilities() |