diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-29 14:02:50 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-29 15:33:40 +0100 |
commit | 2618f21da0a8bdd8ff4f363a4f5d1cc269f8d482 (patch) | |
tree | 2a4e583c85dee9573e106d217dddd4810d649d25 /framework | |
parent | 9ec6f974a32f7bac1393d8d36305b9d4c082f4f8 (diff) |
Fix typos
Change-Id: I13b1c0f190b9ebab99e88f90026980fcb2c81c41
Reviewed-on: https://gerrit.libreoffice.org/48833
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/dispatch/interceptionhelper.hxx | 2 | ||||
-rw-r--r-- | framework/inc/helper/ocomponentaccess.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx index d1e6b5de235d..ac3e352d87ab 100644 --- a/framework/inc/dispatch/interceptionhelper.hxx +++ b/framework/inc/dispatch/interceptionhelper.hxx @@ -42,7 +42,7 @@ namespace framework{ @descr This helper implements the complete XDispatchProviderInterception interface with master/slave functionality AND using of optional features like registration of URL pattern! - @attention Don't use this class as direct member - use it dynamicly. Do not derive from this class. + @attention Don't use this class as direct member - use it dynamically. Do not derive from this class. We hold a weakreference to our owner not to our superclass. */ class InterceptionHelper : public ::cppu::WeakImplHelper< diff --git a/framework/inc/helper/ocomponentaccess.hxx b/framework/inc/helper/ocomponentaccess.hxx index 60b33b2d3013..1a9b326603a6 100644 --- a/framework/inc/helper/ocomponentaccess.hxx +++ b/framework/inc/helper/ocomponentaccess.hxx @@ -118,7 +118,7 @@ class OComponentAccess : public ::cppu::WeakImplHelper< css::container::XEnum /*-**************************************************************************************************** @short standard destructor @descr This method destruct an instance of this class and clear some member. - Don't use an instance of this class as normal member. Use it dynamicly with a pointer. + Don't use an instance of this class as normal member. Use it dynamically with a pointer. We hold a weakreference to our owner and not to our superclass! That's the reason for a protected dtor. |