summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework')
-rw-r--r--sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.hxx2
-rw-r--r--sd/source/ui/framework/configuration/UpdateRequest.hxx2
-rw-r--r--sd/source/ui/framework/factories/BasicPaneFactory.hxx2
-rw-r--r--sd/source/ui/framework/factories/BasicToolBarFactory.hxx2
-rw-r--r--sd/source/ui/framework/factories/BasicViewFactory.hxx2
-rw-r--r--sd/source/ui/framework/factories/ChildWindowPane.hxx2
-rw-r--r--sd/source/ui/framework/factories/FrameWindowPane.hxx2
-rw-r--r--sd/source/ui/framework/factories/FullScreenPane.hxx2
-rw-r--r--sd/source/ui/framework/factories/PresentationFactory.cxx4
-rw-r--r--sd/source/ui/framework/module/CenterViewFocusModule.hxx2
-rw-r--r--sd/source/ui/framework/module/ResourceManager.hxx2
-rw-r--r--sd/source/ui/framework/module/ShellStackGuard.hxx2
-rw-r--r--sd/source/ui/framework/module/SlideSorterModule.hxx2
-rw-r--r--sd/source/ui/framework/module/ToolBarModule.hxx2
-rw-r--r--sd/source/ui/framework/module/ToolPanelModule.hxx2
-rw-r--r--sd/source/ui/framework/module/ViewTabBarModule.hxx2
-rw-r--r--sd/source/ui/framework/tools/FrameworkHelper.cxx6
17 files changed, 20 insertions, 20 deletions
diff --git a/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.hxx b/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.hxx
index f7cf7e6235a0..53d6a040c09c 100644
--- a/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.hxx
+++ b/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.hxx
@@ -70,7 +70,7 @@ public:
const Mode eMode)
throw (css::lang::IllegalArgumentException);
- virtual ~GenericConfigurationChangeRequest() throw();
+ virtual ~GenericConfigurationChangeRequest() throw() override;
// XConfigurationChangeOperation
diff --git a/sd/source/ui/framework/configuration/UpdateRequest.hxx b/sd/source/ui/framework/configuration/UpdateRequest.hxx
index 248267a313b9..d92d6792a308 100644
--- a/sd/source/ui/framework/configuration/UpdateRequest.hxx
+++ b/sd/source/ui/framework/configuration/UpdateRequest.hxx
@@ -51,7 +51,7 @@ class UpdateRequest
{
public:
UpdateRequest() throw();
- virtual ~UpdateRequest() throw();
+ virtual ~UpdateRequest() throw() override;
// XConfigurationChangeOperation
diff --git a/sd/source/ui/framework/factories/BasicPaneFactory.hxx b/sd/source/ui/framework/factories/BasicPaneFactory.hxx
index 273e74e8ad96..fcac6c04dd85 100644
--- a/sd/source/ui/framework/factories/BasicPaneFactory.hxx
+++ b/sd/source/ui/framework/factories/BasicPaneFactory.hxx
@@ -66,7 +66,7 @@ class BasicPaneFactory
public:
explicit BasicPaneFactory (
const css::uno::Reference<css::uno::XComponentContext>& rxContext);
- virtual ~BasicPaneFactory();
+ virtual ~BasicPaneFactory() override;
virtual void SAL_CALL disposing() override;
diff --git a/sd/source/ui/framework/factories/BasicToolBarFactory.hxx b/sd/source/ui/framework/factories/BasicToolBarFactory.hxx
index 8093c2ba9df6..55b449602eb1 100644
--- a/sd/source/ui/framework/factories/BasicToolBarFactory.hxx
+++ b/sd/source/ui/framework/factories/BasicToolBarFactory.hxx
@@ -58,7 +58,7 @@ class BasicToolBarFactory
public:
explicit BasicToolBarFactory (
const css::uno::Reference<css::uno::XComponentContext>& rxContext);
- virtual ~BasicToolBarFactory();
+ virtual ~BasicToolBarFactory() override;
virtual void SAL_CALL disposing() override;
diff --git a/sd/source/ui/framework/factories/BasicViewFactory.hxx b/sd/source/ui/framework/factories/BasicViewFactory.hxx
index 6904d8451fb2..eb1a4913031c 100644
--- a/sd/source/ui/framework/factories/BasicViewFactory.hxx
+++ b/sd/source/ui/framework/factories/BasicViewFactory.hxx
@@ -73,7 +73,7 @@ class BasicViewFactory
public:
explicit BasicViewFactory (
const css::uno::Reference<css::uno::XComponentContext>& rxContext);
- virtual ~BasicViewFactory();
+ virtual ~BasicViewFactory() override;
virtual void SAL_CALL disposing() override;
diff --git a/sd/source/ui/framework/factories/ChildWindowPane.hxx b/sd/source/ui/framework/factories/ChildWindowPane.hxx
index 8c614556595b..e072d772ec0e 100644
--- a/sd/source/ui/framework/factories/ChildWindowPane.hxx
+++ b/sd/source/ui/framework/factories/ChildWindowPane.hxx
@@ -56,7 +56,7 @@ public:
sal_uInt16 nChildWindowId,
ViewShellBase& rViewShellBase,
::std::unique_ptr<SfxShell> && pShell);
- virtual ~ChildWindowPane();
+ virtual ~ChildWindowPane() override;
/** Hide the pane. To make the pane visible again, call GetWindow().
*/
diff --git a/sd/source/ui/framework/factories/FrameWindowPane.hxx b/sd/source/ui/framework/factories/FrameWindowPane.hxx
index 10961ccd1547..a0cd4b1185be 100644
--- a/sd/source/ui/framework/factories/FrameWindowPane.hxx
+++ b/sd/source/ui/framework/factories/FrameWindowPane.hxx
@@ -36,7 +36,7 @@ public:
FrameWindowPane (
const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId,
vcl::Window* pWindow);
- virtual ~FrameWindowPane() throw();
+ virtual ~FrameWindowPane() throw() override;
/** A frame window typically can (and should) exists on its own without
children, if only to visualize that something (a view) is missing.
diff --git a/sd/source/ui/framework/factories/FullScreenPane.hxx b/sd/source/ui/framework/factories/FullScreenPane.hxx
index fa0ade96ec17..e8911503c907 100644
--- a/sd/source/ui/framework/factories/FullScreenPane.hxx
+++ b/sd/source/ui/framework/factories/FullScreenPane.hxx
@@ -52,7 +52,7 @@ public:
const css::uno::Reference<css::uno::XComponentContext>& rxComponentContext,
const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId,
const vcl::Window* pViewShellWindow);
- virtual ~FullScreenPane() throw();
+ virtual ~FullScreenPane() throw() override;
virtual void SAL_CALL disposing() override;
diff --git a/sd/source/ui/framework/factories/PresentationFactory.cxx b/sd/source/ui/framework/factories/PresentationFactory.cxx
index baefd86a3a86..76444d877893 100644
--- a/sd/source/ui/framework/factories/PresentationFactory.cxx
+++ b/sd/source/ui/framework/factories/PresentationFactory.cxx
@@ -46,7 +46,7 @@ class PresentationFactoryProvider
{
public:
explicit PresentationFactoryProvider (const Reference<XComponentContext>& rxContext);
- virtual ~PresentationFactoryProvider();
+ virtual ~PresentationFactoryProvider() override;
virtual void SAL_CALL disposing() override;
@@ -70,7 +70,7 @@ class PresentationView
public:
explicit PresentationView (const Reference<XResourceId>& rxViewId)
: PresentationViewInterfaceBase(maMutex),mxResourceId(rxViewId) {};
- virtual ~PresentationView() {};
+ virtual ~PresentationView() override {};
// XView
diff --git a/sd/source/ui/framework/module/CenterViewFocusModule.hxx b/sd/source/ui/framework/module/CenterViewFocusModule.hxx
index 15058be2de68..e8a8ebecf1eb 100644
--- a/sd/source/ui/framework/module/CenterViewFocusModule.hxx
+++ b/sd/source/ui/framework/module/CenterViewFocusModule.hxx
@@ -56,7 +56,7 @@ class CenterViewFocusModule
public:
explicit CenterViewFocusModule (
css::uno::Reference<css::frame::XController>& rxController);
- virtual ~CenterViewFocusModule();
+ virtual ~CenterViewFocusModule() override;
virtual void SAL_CALL disposing() override;
diff --git a/sd/source/ui/framework/module/ResourceManager.hxx b/sd/source/ui/framework/module/ResourceManager.hxx
index 455ddd384ddc..6e40983ba50a 100644
--- a/sd/source/ui/framework/module/ResourceManager.hxx
+++ b/sd/source/ui/framework/module/ResourceManager.hxx
@@ -51,7 +51,7 @@ public:
ResourceManager (
const css::uno::Reference<css::frame::XController>& rxController,
const css::uno::Reference<css::drawing::framework::XResourceId>& rxResourceId);
- virtual ~ResourceManager();
+ virtual ~ResourceManager() override;
/** Remember the given URL as one of a center pane view for which to
activate the resource managed by the called object.
diff --git a/sd/source/ui/framework/module/ShellStackGuard.hxx b/sd/source/ui/framework/module/ShellStackGuard.hxx
index 9e4b738533eb..07bef965e3a3 100644
--- a/sd/source/ui/framework/module/ShellStackGuard.hxx
+++ b/sd/source/ui/framework/module/ShellStackGuard.hxx
@@ -65,7 +65,7 @@ class ShellStackGuard
{
public:
explicit ShellStackGuard (css::uno::Reference<css::frame::XController>& rxController);
- virtual ~ShellStackGuard();
+ virtual ~ShellStackGuard() override;
virtual void SAL_CALL disposing() override;
diff --git a/sd/source/ui/framework/module/SlideSorterModule.hxx b/sd/source/ui/framework/module/SlideSorterModule.hxx
index 4ede6ab08b88..0861ca8b1e47 100644
--- a/sd/source/ui/framework/module/SlideSorterModule.hxx
+++ b/sd/source/ui/framework/module/SlideSorterModule.hxx
@@ -37,7 +37,7 @@ public:
SlideSorterModule (
const css::uno::Reference<css::frame::XController>& rxController,
const OUString& rsLeftPaneURL);
- virtual ~SlideSorterModule();
+ virtual ~SlideSorterModule() override;
virtual void SaveResourceState() override;
// XConfigurationChangeListener
diff --git a/sd/source/ui/framework/module/ToolBarModule.hxx b/sd/source/ui/framework/module/ToolBarModule.hxx
index 876362f032e4..4ffdc335dc3b 100644
--- a/sd/source/ui/framework/module/ToolBarModule.hxx
+++ b/sd/source/ui/framework/module/ToolBarModule.hxx
@@ -56,7 +56,7 @@ public:
*/
explicit ToolBarModule (
const css::uno::Reference<css::frame::XController>& rxController);
- virtual ~ToolBarModule();
+ virtual ~ToolBarModule() override;
virtual void SAL_CALL disposing() override;
diff --git a/sd/source/ui/framework/module/ToolPanelModule.hxx b/sd/source/ui/framework/module/ToolPanelModule.hxx
index 3ad688f3c32a..c84a6c8b140f 100644
--- a/sd/source/ui/framework/module/ToolPanelModule.hxx
+++ b/sd/source/ui/framework/module/ToolPanelModule.hxx
@@ -36,7 +36,7 @@ public:
ToolPanelModule (
const css::uno::Reference<css::frame::XController>& rxController,
const OUString& rsRightPaneURL);
- virtual ~ToolPanelModule();
+ virtual ~ToolPanelModule() override;
virtual void SaveResourceState() override;
// XConfigurationChangeListener
diff --git a/sd/source/ui/framework/module/ViewTabBarModule.hxx b/sd/source/ui/framework/module/ViewTabBarModule.hxx
index 2f7894da9507..87962f5b977f 100644
--- a/sd/source/ui/framework/module/ViewTabBarModule.hxx
+++ b/sd/source/ui/framework/module/ViewTabBarModule.hxx
@@ -59,7 +59,7 @@ public:
const css::uno::Reference<css::frame::XController>& rxController,
const css::uno::Reference<
css::drawing::framework::XResourceId>& rxViewTabBarId);
- virtual ~ViewTabBarModule();
+ virtual ~ViewTabBarModule() override;
virtual void SAL_CALL disposing() override;
diff --git a/sd/source/ui/framework/tools/FrameworkHelper.cxx b/sd/source/ui/framework/tools/FrameworkHelper.cxx
index ed1308ff0b68..8a9728ffd227 100644
--- a/sd/source/ui/framework/tools/FrameworkHelper.cxx
+++ b/sd/source/ui/framework/tools/FrameworkHelper.cxx
@@ -92,7 +92,7 @@ public:
const OUString& rsEventType,
const ::sd::framework::FrameworkHelper::ConfigurationChangeEventFilter& rFilter,
const ::sd::framework::FrameworkHelper::Callback& rCallback);
- virtual ~CallbackCaller();
+ virtual ~CallbackCaller() override;
virtual void SAL_CALL disposing() override;
// XEventListener
@@ -127,7 +127,7 @@ class LifetimeController
{
public:
explicit LifetimeController (::sd::ViewShellBase& rBase);
- virtual ~LifetimeController();
+ virtual ~LifetimeController() override;
virtual void SAL_CALL disposing() override;
@@ -297,7 +297,7 @@ class FrameworkHelper::DisposeListener
{
public:
explicit DisposeListener (const ::std::shared_ptr<FrameworkHelper>& rpHelper);
- virtual ~DisposeListener();
+ virtual ~DisposeListener() override;
virtual void SAL_CALL disposing() override;