diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:23:07 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-08 08:45:33 +0200 |
commit | 6704943336d10ea2798d4b76b507b6aa3abad4cc (patch) | |
tree | b8bb0f7f06ad1d99fe15ec806f179e244e04d99d /framework | |
parent | de60d2ad558b071c552c93f7dbf2284de565f050 (diff) |
Fix typo
Change-Id: Ifc02d4d56b5068af0c6c73a9138e4ada1a8bbd5f
Reviewed-on: https://gerrit.libreoffice.org/73690
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-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 97e65f81c998..446ba2537354 100644 --- a/framework/inc/dispatch/interceptionhelper.hxx +++ b/framework/inc/dispatch/interceptionhelper.hxx @@ -200,7 +200,7 @@ class InterceptionHelper : public ::cppu::WeakImplHelper< /** @short implements an optimized queryDispatch() for remote. - @descr It capsulate more than one queryDispatch() requests and return a lits of dispatch objects + @descr It capsulate more than one queryDispatch() requests and return a list of dispatch objects as result. Because both lists (in and out) correspond together, it's not allowed to pack it - means suppress NULL references! |