summaryrefslogtreecommitdiff
path: root/framework/inc/dispatch/dispatchinformationprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/dispatch/dispatchinformationprovider.hxx')
-rw-r--r--framework/inc/dispatch/dispatchinformationprovider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/dispatch/dispatchinformationprovider.hxx b/framework/inc/dispatch/dispatchinformationprovider.hxx
index 169e289255a0..b59c8785c1b8 100644
--- a/framework/inc/dispatch/dispatchinformationprovider.hxx
+++ b/framework/inc/dispatch/dispatchinformationprovider.hxx
@@ -52,7 +52,7 @@ class DispatchInformationProvider : public ::cppu::WeakImplHelper< css::frame::
DispatchInformationProvider(const css::uno::Reference< css::uno::XComponentContext >& xContext ,
const css::uno::Reference< css::frame::XFrame >& xFrame);
- virtual ~DispatchInformationProvider();
+ virtual ~DispatchInformationProvider() override;
virtual css::uno::Sequence< sal_Int16 > SAL_CALL getSupportedCommandGroups()
throw (css::uno::RuntimeException, std::exception) override;