diff options
Diffstat (limited to 'framework/inc/dispatch/interceptionhelper.hxx')
-rw-r--r-- | framework/inc/dispatch/interceptionhelper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx index fd8e342c4c34..fbc8c33927bc 100644 --- a/framework/inc/dispatch/interceptionhelper.hxx +++ b/framework/inc/dispatch/interceptionhelper.hxx @@ -221,7 +221,7 @@ class InterceptionHelper : public ::cppu::WeakImplHelper< @attention We don't check for double registrations here! @param xInterceptor - reference to interceptor, which wish to be registered here. + reference to interceptor, which wishes to be registered here. @throw A RuntimeException if the given reference is NULL! */ @@ -235,7 +235,7 @@ class InterceptionHelper : public ::cppu::WeakImplHelper< and delete all special information about it. @param xInterceptor - reference to the interceptor, which wish to be deregistered. + reference to the interceptor, which wishes to be deregistered. @throw A RuntimeException if the given reference is NULL! */ |