summaryrefslogtreecommitdiff
path: root/framework/inc/uielement
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement')
-rw-r--r--framework/inc/uielement/addonstoolbarmanager.hxx2
-rw-r--r--framework/inc/uielement/addonstoolbarwrapper.hxx2
-rw-r--r--framework/inc/uielement/buttontoolbarcontroller.hxx2
-rw-r--r--framework/inc/uielement/comboboxtoolbarcontroller.hxx2
-rw-r--r--framework/inc/uielement/complextoolbarcontroller.hxx2
-rw-r--r--framework/inc/uielement/constitemcontainer.hxx2
-rw-r--r--framework/inc/uielement/dropdownboxtoolbarcontroller.hxx2
-rw-r--r--framework/inc/uielement/edittoolbarcontroller.hxx2
-rw-r--r--framework/inc/uielement/fontmenucontroller.hxx2
-rw-r--r--framework/inc/uielement/fontsizemenucontroller.hxx2
-rw-r--r--framework/inc/uielement/footermenucontroller.hxx2
-rw-r--r--framework/inc/uielement/genericstatusbarcontroller.hxx2
-rw-r--r--framework/inc/uielement/generictoolbarcontroller.hxx4
-rw-r--r--framework/inc/uielement/headermenucontroller.hxx2
-rw-r--r--framework/inc/uielement/imagebuttontoolbarcontroller.hxx2
-rw-r--r--framework/inc/uielement/itemcontainer.hxx2
-rw-r--r--framework/inc/uielement/langselectionmenucontroller.hxx2
-rw-r--r--framework/inc/uielement/macrosmenucontroller.hxx2
-rw-r--r--framework/inc/uielement/menubarmanager.hxx2
-rw-r--r--framework/inc/uielement/menubarwrapper.hxx2
-rw-r--r--framework/inc/uielement/newmenucontroller.hxx2
-rw-r--r--framework/inc/uielement/notebookbarmenucontroller.hxx2
-rw-r--r--framework/inc/uielement/progressbarwrapper.hxx2
-rw-r--r--framework/inc/uielement/rootitemcontainer.hxx2
-rw-r--r--framework/inc/uielement/spinfieldtoolbarcontroller.hxx2
-rw-r--r--framework/inc/uielement/statusbaritem.hxx2
-rw-r--r--framework/inc/uielement/statusbarmanager.hxx2
-rw-r--r--framework/inc/uielement/statusbarwrapper.hxx2
-rw-r--r--framework/inc/uielement/statusindicatorinterfacewrapper.hxx2
-rw-r--r--framework/inc/uielement/togglebuttontoolbarcontroller.hxx2
-rw-r--r--framework/inc/uielement/toolbarmanager.hxx2
-rw-r--r--framework/inc/uielement/toolbarmodemenucontroller.hxx2
-rw-r--r--framework/inc/uielement/toolbarsmenucontroller.hxx2
-rw-r--r--framework/inc/uielement/toolbarwrapper.hxx2
-rw-r--r--framework/inc/uielement/uicommanddescription.hxx2
35 files changed, 36 insertions, 36 deletions
diff --git a/framework/inc/uielement/addonstoolbarmanager.hxx b/framework/inc/uielement/addonstoolbarmanager.hxx
index 28305d801940..526ff5e206d0 100644
--- a/framework/inc/uielement/addonstoolbarmanager.hxx
+++ b/framework/inc/uielement/addonstoolbarmanager.hxx
@@ -47,7 +47,7 @@ class AddonsToolBarManager : public ToolBarManager
const css::uno::Reference< css::frame::XFrame >& rFrame,
const OUString& rResourceName,
ToolBox* pToolBar );
- virtual ~AddonsToolBarManager();
+ virtual ~AddonsToolBarManager() override;
// XComponent
void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override;
diff --git a/framework/inc/uielement/addonstoolbarwrapper.hxx b/framework/inc/uielement/addonstoolbarwrapper.hxx
index 6fb3c625a89e..7e8cc87bcb1a 100644
--- a/framework/inc/uielement/addonstoolbarwrapper.hxx
+++ b/framework/inc/uielement/addonstoolbarwrapper.hxx
@@ -34,7 +34,7 @@ class AddonsToolBarWrapper : public UIElementWrapperBase
{
public:
AddonsToolBarWrapper( const css::uno::Reference< css::uno::XComponentContext >& xContext );
- virtual ~AddonsToolBarWrapper();
+ virtual ~AddonsToolBarWrapper() override;
// XComponent
virtual void SAL_CALL dispose() throw (css::uno::RuntimeException, std::exception) override;
diff --git a/framework/inc/uielement/buttontoolbarcontroller.hxx b/framework/inc/uielement/buttontoolbarcontroller.hxx
index a935839e605c..570ffe483410 100644
--- a/framework/inc/uielement/buttontoolbarcontroller.hxx
+++ b/framework/inc/uielement/buttontoolbarcontroller.hxx
@@ -53,7 +53,7 @@ class ButtonToolbarController : public css::frame::XStatusListener,
ButtonToolbarController( const css::uno::Reference< css::uno::XComponentContext >& rxContext,
ToolBox* pToolBar,
const OUString& aCommand );
- virtual ~ButtonToolbarController();
+ virtual ~ButtonToolbarController() override;
// XInterface
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) throw (css::uno::RuntimeException, std::exception) override;
diff --git a/framework/inc/uielement/comboboxtoolbarcontroller.hxx b/framework/inc/uielement/comboboxtoolbarcontroller.hxx
index 3c32442bb91a..5b333fd3b70f 100644
--- a/framework/inc/uielement/comboboxtoolbarcontroller.hxx
+++ b/framework/inc/uielement/comboboxtoolbarcontroller.hxx
@@ -43,7 +43,7 @@ class ComboboxToolbarController : public ComplexToolbarController
sal_uInt16 nID,
sal_Int32 nWidth,
const OUString& aCommand );
- virtual ~ComboboxToolbarController();
+ virtual ~ComboboxToolbarController() override;
// XComponent
virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override;
diff --git a/framework/inc/uielement/complextoolbarcontroller.hxx b/framework/inc/uielement/complextoolbarcontroller.hxx
index a20e4b7ee6de..d82ba10d02df 100644
--- a/framework/inc/uielement/complextoolbarcontroller.hxx
+++ b/framework/inc/uielement/complextoolbarcontroller.hxx
@@ -45,7 +45,7 @@ class ComplexToolbarController : public svt::ToolboxController
ToolBox* pToolBar,
sal_uInt16 nID,
const OUString& aCommand );
- virtual ~ComplexToolbarController();
+ virtual ~ComplexToolbarController() override;
// XComponent
virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override;
diff --git a/framework/inc/uielement/constitemcontainer.hxx b/framework/inc/uielement/constitemcontainer.hxx
index 387d770b9f05..5537238cadc8 100644
--- a/framework/inc/uielement/constitemcontainer.hxx
+++ b/framework/inc/uielement/constitemcontainer.hxx
@@ -56,7 +56,7 @@ class FWI_DLLPUBLIC ConstItemContainer : public ::cppu::WeakImplHelper<
ConstItemContainer();
ConstItemContainer( const ItemContainer& rtemContainer );
ConstItemContainer( const css::uno::Reference< css::container::XIndexAccess >& rSourceContainer, bool bFastCopy = false );
- virtual ~ConstItemContainer();
+ virtual ~ConstItemContainer() override;
// XUnoTunnel
static const css::uno::Sequence< sal_Int8 >& GetUnoTunnelId() throw();
diff --git a/framework/inc/uielement/dropdownboxtoolbarcontroller.hxx b/framework/inc/uielement/dropdownboxtoolbarcontroller.hxx
index f47cf21a8065..d45b0d943acd 100644
--- a/framework/inc/uielement/dropdownboxtoolbarcontroller.hxx
+++ b/framework/inc/uielement/dropdownboxtoolbarcontroller.hxx
@@ -45,7 +45,7 @@ class DropdownToolbarController : public ComplexToolbarController
sal_uInt16 nID,
sal_Int32 nWidth,
const OUString& aCommand );
- virtual ~DropdownToolbarController();
+ virtual ~DropdownToolbarController() override;
// XComponent
virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override;
diff --git a/framework/inc/uielement/edittoolbarcontroller.hxx b/framework/inc/uielement/edittoolbarcontroller.hxx
index 639bed84c144..3a4ee3897455 100644
--- a/framework/inc/uielement/edittoolbarcontroller.hxx
+++ b/framework/inc/uielement/edittoolbarcontroller.hxx
@@ -44,7 +44,7 @@ class EditToolbarController : public ComplexToolbarController
sal_uInt16 nID,
sal_Int32 nWidth,
const OUString& aCommand );
- virtual ~EditToolbarController();
+ virtual ~EditToolbarController() override;
// XComponent
virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override;
diff --git a/framework/inc/uielement/fontmenucontroller.hxx b/framework/inc/uielement/fontmenucontroller.hxx
index 0fe79589bc71..a303a54947e8 100644
--- a/framework/inc/uielement/fontmenucontroller.hxx
+++ b/framework/inc/uielement/fontmenucontroller.hxx
@@ -45,7 +45,7 @@ namespace framework
public:
FontMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext );
- virtual ~FontMenuController();
+ virtual ~FontMenuController() override;
// XServiceInfo
DECLARE_XSERVICEINFO
diff --git a/framework/inc/uielement/fontsizemenucontroller.hxx b/framework/inc/uielement/fontsizemenucontroller.hxx
index fdbd716153f3..13673a971816 100644
--- a/framework/inc/uielement/fontsizemenucontroller.hxx
+++ b/framework/inc/uielement/fontsizemenucontroller.hxx
@@ -46,7 +46,7 @@ namespace framework
public:
FontSizeMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext );
- virtual ~FontSizeMenuController();
+ virtual ~FontSizeMenuController() override;
// XServiceInfo
DECLARE_XSERVICEINFO
diff --git a/framework/inc/uielement/footermenucontroller.hxx b/framework/inc/uielement/footermenucontroller.hxx
index afd61f7cdf2f..cbdf3e003f7b 100644
--- a/framework/inc/uielement/footermenucontroller.hxx
+++ b/framework/inc/uielement/footermenucontroller.hxx
@@ -28,7 +28,7 @@ namespace framework
{
public:
FooterMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext );
- virtual ~FooterMenuController();
+ virtual ~FooterMenuController() override;
// XServiceInfo
virtual OUString SAL_CALL getImplementationName ( ) throw( css::uno::RuntimeException, std::exception ) override;
diff --git a/framework/inc/uielement/genericstatusbarcontroller.hxx b/framework/inc/uielement/genericstatusbarcontroller.hxx
index abb5702cb6b4..3d2c11580cac 100644
--- a/framework/inc/uielement/genericstatusbarcontroller.hxx
+++ b/framework/inc/uielement/genericstatusbarcontroller.hxx
@@ -35,7 +35,7 @@ class GenericStatusbarController : public svt::StatusbarController
const css::uno::Reference< css::frame::XFrame >& rFrame,
const css::uno::Reference< css::ui::XStatusbarItem >& rxItem,
AddonStatusbarItemData *pItemData );
- virtual ~GenericStatusbarController();
+ virtual ~GenericStatusbarController() override;
// XComponent
virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override;
diff --git a/framework/inc/uielement/generictoolbarcontroller.hxx b/framework/inc/uielement/generictoolbarcontroller.hxx
index 69f57f7f5e54..c171d7bb287f 100644
--- a/framework/inc/uielement/generictoolbarcontroller.hxx
+++ b/framework/inc/uielement/generictoolbarcontroller.hxx
@@ -39,7 +39,7 @@ class GenericToolbarController : public svt::ToolboxController
ToolBox* pToolBar,
sal_uInt16 nID,
const OUString& aCommand );
- virtual ~GenericToolbarController();
+ virtual ~GenericToolbarController() override;
// XComponent
virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override;
@@ -82,7 +82,7 @@ class MenuToolbarController : public GenericToolbarController
const OUString& aModuleIdentifier,
const css::uno::Reference< css::container::XIndexAccess >& xMenuDesc );
- virtual ~MenuToolbarController();
+ virtual ~MenuToolbarController() override;
// XToolbarController
virtual void SAL_CALL click() throw ( css::uno::RuntimeException, std::exception ) override;
virtual css::uno::Reference< css::awt::XWindow > SAL_CALL createPopupWindow() throw (css::uno::RuntimeException, std::exception) override;
diff --git a/framework/inc/uielement/headermenucontroller.hxx b/framework/inc/uielement/headermenucontroller.hxx
index 6a7295489e71..a32162665139 100644
--- a/framework/inc/uielement/headermenucontroller.hxx
+++ b/framework/inc/uielement/headermenucontroller.hxx
@@ -47,7 +47,7 @@ namespace framework
public:
HeaderMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext, bool _bFooter = false );
- virtual ~HeaderMenuController();
+ virtual ~HeaderMenuController() override;
// XServiceInfo
DECLARE_XSERVICEINFO
diff --git a/framework/inc/uielement/imagebuttontoolbarcontroller.hxx b/framework/inc/uielement/imagebuttontoolbarcontroller.hxx
index 04aa0f94410a..511f51903672 100644
--- a/framework/inc/uielement/imagebuttontoolbarcontroller.hxx
+++ b/framework/inc/uielement/imagebuttontoolbarcontroller.hxx
@@ -41,7 +41,7 @@ class ImageButtonToolbarController : public ComplexToolbarController
ToolBox* pToolBar,
sal_uInt16 nID,
const OUString& aCommand );
- virtual ~ImageButtonToolbarController();
+ virtual ~ImageButtonToolbarController() override;
// XComponent
virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override;
diff --git a/framework/inc/uielement/itemcontainer.hxx b/framework/inc/uielement/itemcontainer.hxx
index a784602593a9..3a673d0a088f 100644
--- a/framework/inc/uielement/itemcontainer.hxx
+++ b/framework/inc/uielement/itemcontainer.hxx
@@ -45,7 +45,7 @@ class FWI_DLLPUBLIC ItemContainer : public ::cppu::WeakImplHelper< css::contai
ItemContainer( const ShareableMutex& );
ItemContainer( const ConstItemContainer& rConstItemContainer, const ShareableMutex& rMutex );
ItemContainer( const css::uno::Reference< css::container::XIndexAccess >& rItemAccessContainer, const ShareableMutex& rMutex );
- virtual ~ItemContainer();
+ virtual ~ItemContainer() override;
// XInterface, XTypeProvider
diff --git a/framework/inc/uielement/langselectionmenucontroller.hxx b/framework/inc/uielement/langselectionmenucontroller.hxx
index 94f9c6ce80eb..97e86e86972a 100644
--- a/framework/inc/uielement/langselectionmenucontroller.hxx
+++ b/framework/inc/uielement/langselectionmenucontroller.hxx
@@ -48,7 +48,7 @@ namespace framework
public:
LanguageSelectionMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext );
- virtual ~LanguageSelectionMenuController();
+ virtual ~LanguageSelectionMenuController() override;
// XServiceInfo
DECLARE_XSERVICEINFO
diff --git a/framework/inc/uielement/macrosmenucontroller.hxx b/framework/inc/uielement/macrosmenucontroller.hxx
index 79fddf0394a1..263d0d3905fb 100644
--- a/framework/inc/uielement/macrosmenucontroller.hxx
+++ b/framework/inc/uielement/macrosmenucontroller.hxx
@@ -48,7 +48,7 @@ namespace framework
public:
MacrosMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext );
- virtual ~MacrosMenuController();
+ virtual ~MacrosMenuController() override;
// XServiceInfo
DECLARE_XSERVICEINFO
diff --git a/framework/inc/uielement/menubarmanager.hxx b/framework/inc/uielement/menubarmanager.hxx
index 0fe3db5b185c..cd70a562278b 100644
--- a/framework/inc/uielement/menubarmanager.hxx
+++ b/framework/inc/uielement/menubarmanager.hxx
@@ -98,7 +98,7 @@ class MenuBarManager : public css::frame::XStatusListener ,
bool bDeleteChildren,
bool bHasMenuBar = true );
- virtual ~MenuBarManager();
+ virtual ~MenuBarManager() override;
// XInterface
virtual void SAL_CALL acquire() throw() override;
diff --git a/framework/inc/uielement/menubarwrapper.hxx b/framework/inc/uielement/menubarwrapper.hxx
index fbf972fb10f4..6b5c3eea89e8 100644
--- a/framework/inc/uielement/menubarwrapper.hxx
+++ b/framework/inc/uielement/menubarwrapper.hxx
@@ -39,7 +39,7 @@ class MenuBarWrapper : public UIConfigElementWrapperBase,
public:
MenuBarWrapper(
const css::uno::Reference< css::uno::XComponentContext >& xContext );
- virtual ~MenuBarWrapper();
+ virtual ~MenuBarWrapper() override;
// XInterface, XTypeProvider
diff --git a/framework/inc/uielement/newmenucontroller.hxx b/framework/inc/uielement/newmenucontroller.hxx
index 293101c40b56..17c9791a1b91 100644
--- a/framework/inc/uielement/newmenucontroller.hxx
+++ b/framework/inc/uielement/newmenucontroller.hxx
@@ -59,7 +59,7 @@ namespace framework
public:
NewMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext );
- virtual ~NewMenuController();
+ virtual ~NewMenuController() override;
// XServiceInfo
DECLARE_XSERVICEINFO
diff --git a/framework/inc/uielement/notebookbarmenucontroller.hxx b/framework/inc/uielement/notebookbarmenucontroller.hxx
index 754933f5ec75..1407c155b37b 100644
--- a/framework/inc/uielement/notebookbarmenucontroller.hxx
+++ b/framework/inc/uielement/notebookbarmenucontroller.hxx
@@ -47,7 +47,7 @@ namespace framework
public:
NotebookbarMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext );
- virtual ~NotebookbarMenuController();
+ virtual ~NotebookbarMenuController() override;
// XServiceInfo
DECLARE_XSERVICEINFO
diff --git a/framework/inc/uielement/progressbarwrapper.hxx b/framework/inc/uielement/progressbarwrapper.hxx
index 73f93283050c..e5e81d7149a4 100644
--- a/framework/inc/uielement/progressbarwrapper.hxx
+++ b/framework/inc/uielement/progressbarwrapper.hxx
@@ -39,7 +39,7 @@ class ProgressBarWrapper : public UIElementWrapperBase
// constructor / destructor
ProgressBarWrapper();
- virtual ~ProgressBarWrapper();
+ virtual ~ProgressBarWrapper() override;
// public interfaces
void setStatusBar( const css::uno::Reference< css::awt::XWindow >& rStatusBar, bool bOwnsInstance = false );
diff --git a/framework/inc/uielement/rootitemcontainer.hxx b/framework/inc/uielement/rootitemcontainer.hxx
index 31f723e00007..f58af322cb55 100644
--- a/framework/inc/uielement/rootitemcontainer.hxx
+++ b/framework/inc/uielement/rootitemcontainer.hxx
@@ -58,7 +58,7 @@ class RootItemContainer : private cppu::BaseMutex,
public:
FWI_DLLPUBLIC RootItemContainer();
FWI_DLLPUBLIC RootItemContainer( const css::uno::Reference< css::container::XIndexAccess >& rItemAccessContainer );
- virtual FWI_DLLPUBLIC ~RootItemContainer();
+ virtual FWI_DLLPUBLIC ~RootItemContainer() override;
// XInterface
virtual void SAL_CALL acquire() throw () override
diff --git a/framework/inc/uielement/spinfieldtoolbarcontroller.hxx b/framework/inc/uielement/spinfieldtoolbarcontroller.hxx
index 58f77e8bc933..5f66ccaa1f85 100644
--- a/framework/inc/uielement/spinfieldtoolbarcontroller.hxx
+++ b/framework/inc/uielement/spinfieldtoolbarcontroller.hxx
@@ -45,7 +45,7 @@ class SpinfieldToolbarController : public ComplexToolbarController
sal_uInt16 nID,
sal_Int32 nWidth,
const OUString& aCommand );
- virtual ~SpinfieldToolbarController();
+ virtual ~SpinfieldToolbarController() override;
// XComponent
virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override;
diff --git a/framework/inc/uielement/statusbaritem.hxx b/framework/inc/uielement/statusbaritem.hxx
index 8c73bffb308d..6666fe600aa7 100644
--- a/framework/inc/uielement/statusbaritem.hxx
+++ b/framework/inc/uielement/statusbaritem.hxx
@@ -42,7 +42,7 @@ public:
AddonStatusbarItemData *pItemData,
sal_uInt16 nId,
const rtl::OUString& aCommand );
- virtual ~StatusbarItem();
+ virtual ~StatusbarItem() override;
void SAL_CALL disposing() override;
diff --git a/framework/inc/uielement/statusbarmanager.hxx b/framework/inc/uielement/statusbarmanager.hxx
index 305da2cc5594..50c92944823c 100644
--- a/framework/inc/uielement/statusbarmanager.hxx
+++ b/framework/inc/uielement/statusbarmanager.hxx
@@ -55,7 +55,7 @@ class StatusBarManager : public ::cppu::WeakImplHelper<
StatusBarManager( const css::uno::Reference< css::uno::XComponentContext >& rxContext,
const css::uno::Reference< css::frame::XFrame >& rFrame,
StatusBar* pStatusBar );
- virtual ~StatusBarManager();
+ virtual ~StatusBarManager() override;
StatusBar* GetStatusBar() const;
diff --git a/framework/inc/uielement/statusbarwrapper.hxx b/framework/inc/uielement/statusbarwrapper.hxx
index 6ecd128198a8..c8140a0708a0 100644
--- a/framework/inc/uielement/statusbarwrapper.hxx
+++ b/framework/inc/uielement/statusbarwrapper.hxx
@@ -35,7 +35,7 @@ class StatusBarWrapper : public UIConfigElementWrapperBase
public:
StatusBarWrapper(
const css::uno::Reference< css::uno::XComponentContext >& rxContext );
- virtual ~StatusBarWrapper();
+ virtual ~StatusBarWrapper() override;
// XComponent
virtual void SAL_CALL dispose() throw (css::uno::RuntimeException, std::exception) override;
diff --git a/framework/inc/uielement/statusindicatorinterfacewrapper.hxx b/framework/inc/uielement/statusindicatorinterfacewrapper.hxx
index 3801e081a9e4..fc3566cc3079 100644
--- a/framework/inc/uielement/statusindicatorinterfacewrapper.hxx
+++ b/framework/inc/uielement/statusindicatorinterfacewrapper.hxx
@@ -39,7 +39,7 @@ class StatusIndicatorInterfaceWrapper : public ::cppu::WeakImplHelper< css::ta
{
public:
StatusIndicatorInterfaceWrapper( const css::uno::Reference< css::lang::XComponent >& rStatusIndicatorImpl );
- virtual ~StatusIndicatorInterfaceWrapper();
+ virtual ~StatusIndicatorInterfaceWrapper() override;
// XStatusIndicator
diff --git a/framework/inc/uielement/togglebuttontoolbarcontroller.hxx b/framework/inc/uielement/togglebuttontoolbarcontroller.hxx
index fd34368d5ef4..51744d08ad46 100644
--- a/framework/inc/uielement/togglebuttontoolbarcontroller.hxx
+++ b/framework/inc/uielement/togglebuttontoolbarcontroller.hxx
@@ -50,7 +50,7 @@ class ToggleButtonToolbarController : public ComplexToolbarController
sal_uInt16 nID,
Style eStyle,
const OUString& aCommand );
- virtual ~ToggleButtonToolbarController();
+ virtual ~ToggleButtonToolbarController() override;
// XComponent
virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override;
diff --git a/framework/inc/uielement/toolbarmanager.hxx b/framework/inc/uielement/toolbarmanager.hxx
index 0e2d89c6bfd6..306f9f3a4811 100644
--- a/framework/inc/uielement/toolbarmanager.hxx
+++ b/framework/inc/uielement/toolbarmanager.hxx
@@ -72,7 +72,7 @@ class ToolBarManager : public ToolbarManager_Base
const css::uno::Reference< css::frame::XFrame >& rFrame,
const OUString& rResourceName,
ToolBox* pToolBar );
- virtual ~ToolBarManager();
+ virtual ~ToolBarManager() override;
ToolBox* GetToolBar() const;
diff --git a/framework/inc/uielement/toolbarmodemenucontroller.hxx b/framework/inc/uielement/toolbarmodemenucontroller.hxx
index 6f084b733010..7bbf2fd2df0a 100644
--- a/framework/inc/uielement/toolbarmodemenucontroller.hxx
+++ b/framework/inc/uielement/toolbarmodemenucontroller.hxx
@@ -47,7 +47,7 @@ namespace framework
public:
ToolbarModeMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext );
- virtual ~ToolbarModeMenuController();
+ virtual ~ToolbarModeMenuController() override;
// XServiceInfo
DECLARE_XSERVICEINFO
diff --git a/framework/inc/uielement/toolbarsmenucontroller.hxx b/framework/inc/uielement/toolbarsmenucontroller.hxx
index f8240df92f29..69f06f236be3 100644
--- a/framework/inc/uielement/toolbarsmenucontroller.hxx
+++ b/framework/inc/uielement/toolbarsmenucontroller.hxx
@@ -52,7 +52,7 @@ namespace framework
public:
ToolbarsMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext );
- virtual ~ToolbarsMenuController();
+ virtual ~ToolbarsMenuController() override;
// XServiceInfo
DECLARE_XSERVICEINFO
diff --git a/framework/inc/uielement/toolbarwrapper.hxx b/framework/inc/uielement/toolbarwrapper.hxx
index 79278b25fc43..c5f5f2c6caf4 100644
--- a/framework/inc/uielement/toolbarwrapper.hxx
+++ b/framework/inc/uielement/toolbarwrapper.hxx
@@ -37,7 +37,7 @@ class ToolBarWrapper : public css::ui::XUIFunctionListener,
{
public:
ToolBarWrapper( const css::uno::Reference< css::uno::XComponentContext >& xContext );
- virtual ~ToolBarWrapper();
+ virtual ~ToolBarWrapper() override;
// XInterface
virtual void SAL_CALL acquire() throw() override;
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