diff options
Diffstat (limited to 'framework/inc/uielement/uicommanddescription.hxx')
-rw-r--r-- | framework/inc/uielement/uicommanddescription.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/uielement/uicommanddescription.hxx b/framework/inc/uielement/uicommanddescription.hxx index 083cffe71ac2..df7bf36388ad 100644 --- a/framework/inc/uielement/uicommanddescription.hxx +++ b/framework/inc/uielement/uicommanddescription.hxx @@ -42,7 +42,7 @@ class UICommandDescription : private cppu::BaseMutex, { public: UICommandDescription( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); - virtual ~UICommandDescription(); + virtual ~UICommandDescription() override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override |