summaryrefslogtreecommitdiff
path: root/framework/source/uielement/uicommanddescription.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uielement/uicommanddescription.cxx')
-rw-r--r--framework/source/uielement/uicommanddescription.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/uicommanddescription.cxx b/framework/source/uielement/uicommanddescription.cxx
index 5d5b44732e87..63fd3e9fa5c3 100644
--- a/framework/source/uielement/uicommanddescription.cxx
+++ b/framework/source/uielement/uicommanddescription.cxx
@@ -84,7 +84,7 @@ class ConfigurationAccess_UICommand : // Order is necessary for right initializa
osl::Mutex m_aMutex;
public:
ConfigurationAccess_UICommand( const OUString& aModuleName, const Reference< XNameAccess >& xGenericUICommands, const Reference< XComponentContext >& rxContext );
- virtual ~ConfigurationAccess_UICommand();
+ virtual ~ConfigurationAccess_UICommand() override;
// XNameAccess
virtual css::uno::Any SAL_CALL getByName( const OUString& aName )