summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/framework
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/framework')
-rw-r--r--sd/source/ui/inc/framework/Configuration.hxx2
-rw-r--r--sd/source/ui/inc/framework/ConfigurationController.hxx2
-rw-r--r--sd/source/ui/inc/framework/FrameworkHelper.hxx2
-rw-r--r--sd/source/ui/inc/framework/ModuleController.hxx2
-rw-r--r--sd/source/ui/inc/framework/Pane.hxx2
-rw-r--r--sd/source/ui/inc/framework/PresentationFactory.hxx2
-rw-r--r--sd/source/ui/inc/framework/ResourceId.hxx2
-rw-r--r--sd/source/ui/inc/framework/ViewShellWrapper.hxx2
8 files changed, 8 insertions, 8 deletions
diff --git a/sd/source/ui/inc/framework/Configuration.hxx b/sd/source/ui/inc/framework/Configuration.hxx
index 23c32f8832ac..03b127239f5f 100644
--- a/sd/source/ui/inc/framework/Configuration.hxx
+++ b/sd/source/ui/inc/framework/Configuration.hxx
@@ -80,7 +80,7 @@ public:
*/
Configuration (const css::uno::Reference<css::drawing::framework::XConfigurationControllerBroadcaster>& rxBroadcaster,
bool bBroadcastRequestEvents);
- virtual ~Configuration();
+ virtual ~Configuration() override;
virtual void SAL_CALL disposing() override;
diff --git a/sd/source/ui/inc/framework/ConfigurationController.hxx b/sd/source/ui/inc/framework/ConfigurationController.hxx
index dbb9cc945be4..1552c2937348 100644
--- a/sd/source/ui/inc/framework/ConfigurationController.hxx
+++ b/sd/source/ui/inc/framework/ConfigurationController.hxx
@@ -62,7 +62,7 @@ class ConfigurationController
{
public:
ConfigurationController() throw();
- virtual ~ConfigurationController() throw();
+ virtual ~ConfigurationController() throw() override;
ConfigurationController(const ConfigurationController&) = delete;
ConfigurationController& operator=(const ConfigurationController&) = delete;
diff --git a/sd/source/ui/inc/framework/FrameworkHelper.hxx b/sd/source/ui/inc/framework/FrameworkHelper.hxx
index a6b15941d6cf..d834e3d35126 100644
--- a/sd/source/ui/inc/framework/FrameworkHelper.hxx
+++ b/sd/source/ui/inc/framework/FrameworkHelper.hxx
@@ -319,7 +319,7 @@ private:
FrameworkHelper (ViewShellBase& rBase);
FrameworkHelper (const FrameworkHelper& rHelper) = delete;
- virtual ~FrameworkHelper();
+ virtual ~FrameworkHelper() override;
class Deleter; friend class Deleter;
FrameworkHelper& operator= (const FrameworkHelper& rHelper) = delete;
diff --git a/sd/source/ui/inc/framework/ModuleController.hxx b/sd/source/ui/inc/framework/ModuleController.hxx
index a611ecf3f9bf..54e872f477d1 100644
--- a/sd/source/ui/inc/framework/ModuleController.hxx
+++ b/sd/source/ui/inc/framework/ModuleController.hxx
@@ -98,7 +98,7 @@ private:
const css::uno::Reference<css::uno::XComponentContext>& rxContext)
throw (std::exception);
ModuleController (const ModuleController&) = delete;
- virtual ~ModuleController() throw();
+ virtual ~ModuleController() throw() override;
/** Load a list of URL to service mappings from the
/org.openoffice.Office.Impress/MultiPaneGUI/Framework/ResourceFactories
diff --git a/sd/source/ui/inc/framework/Pane.hxx b/sd/source/ui/inc/framework/Pane.hxx
index 30d7133e1ac3..d2d1233bab09 100644
--- a/sd/source/ui/inc/framework/Pane.hxx
+++ b/sd/source/ui/inc/framework/Pane.hxx
@@ -75,7 +75,7 @@ public:
const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId,
vcl::Window* pWindow)
throw ();
- virtual ~Pane();
+ virtual ~Pane() override;
virtual void SAL_CALL disposing() override;
diff --git a/sd/source/ui/inc/framework/PresentationFactory.hxx b/sd/source/ui/inc/framework/PresentationFactory.hxx
index 586b8bdadaf8..1b17080896c3 100644
--- a/sd/source/ui/inc/framework/PresentationFactory.hxx
+++ b/sd/source/ui/inc/framework/PresentationFactory.hxx
@@ -57,7 +57,7 @@ public:
PresentationFactory (
const css::uno::Reference<css::frame::XController>& rxController);
- virtual ~PresentationFactory();
+ virtual ~PresentationFactory() override;
virtual void SAL_CALL disposing() override;
diff --git a/sd/source/ui/inc/framework/ResourceId.hxx b/sd/source/ui/inc/framework/ResourceId.hxx
index 32268a064120..fea9aa39f680 100644
--- a/sd/source/ui/inc/framework/ResourceId.hxx
+++ b/sd/source/ui/inc/framework/ResourceId.hxx
@@ -99,7 +99,7 @@ public:
const OUString& rsFirstAnchorURL,
const css::uno::Sequence<OUString>& rAnchorURLs);
- virtual ~ResourceId();
+ virtual ~ResourceId() override;
//===== XResourceId =======================================================
diff --git a/sd/source/ui/inc/framework/ViewShellWrapper.hxx b/sd/source/ui/inc/framework/ViewShellWrapper.hxx
index 3f7b12e82242..909f6fdd50ae 100644
--- a/sd/source/ui/inc/framework/ViewShellWrapper.hxx
+++ b/sd/source/ui/inc/framework/ViewShellWrapper.hxx
@@ -71,7 +71,7 @@ public:
::std::shared_ptr<ViewShell> pViewShell,
const css::uno::Reference<css::drawing::framework::XResourceId>& rxViewId,
const css::uno::Reference<css::awt::XWindow>& rxWindow);
- virtual ~ViewShellWrapper();
+ virtual ~ViewShellWrapper() override;
virtual void SAL_CALL disposing() override;
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) throw(css::uno::RuntimeException, std::exception) override;