diff options
Diffstat (limited to 'framework/inc/dispatch/interceptionhelper.hxx')
-rw-r--r-- | framework/inc/dispatch/interceptionhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx index 642462142be2..c338394e5942 100644 --- a/framework/inc/dispatch/interceptionhelper.hxx +++ b/framework/inc/dispatch/interceptionhelper.hxx @@ -207,7 +207,7 @@ class InterceptionHelper : public ::cppu::WeakImplHelper3< /** @short implements an optimized queryDispatch() for remote. - @descr It capsulate more then one queryDispatch() requests and return a lits of dispatch objects + @descr It capsulate more than one queryDispatch() requests and return a lits of dispatch objects as result. Because both lists (in and out) coreespond together, it's not allowed to pack it - means suppress NULL references! |