diff options
Diffstat (limited to 'framework/inc/dispatch/closedispatcher.hxx')
-rw-r--r-- | framework/inc/dispatch/closedispatcher.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx index b7b65fa7d874..a20db060d711 100644 --- a/framework/inc/dispatch/closedispatcher.hxx +++ b/framework/inc/dispatch/closedispatcher.hxx @@ -127,7 +127,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper< const OUString& sTarget); /** @short does nothing real. */ - virtual ~CloseDispatcher(); + virtual ~CloseDispatcher() override; // uno interface |