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 7a67b7083222..7c6e55505071 100644 --- a/framework/inc/dispatch/interceptionhelper.hxx +++ b/framework/inc/dispatch/interceptionhelper.hxx @@ -165,7 +165,7 @@ class InterceptionHelper : public ::cppu::WeakImplHelper< This method is protected, because its not allowed to use this class as a direct member! You MUST use a dynamical instance (pointer). That's the reason for a protected dtor. */ - virtual ~InterceptionHelper(); + virtual ~InterceptionHelper() override; // uno interface |