summaryrefslogtreecommitdiff
path: root/framework/inc/helper
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper')
-rw-r--r--framework/inc/helper/dockingareadefaultacceptor.hxx2
-rw-r--r--framework/inc/helper/mischelper.hxx6
-rw-r--r--framework/inc/helper/ocomponentaccess.hxx2
-rw-r--r--framework/inc/helper/ocomponentenumeration.hxx2
-rw-r--r--framework/inc/helper/oframes.hxx2
-rw-r--r--framework/inc/helper/persistentwindowstate.hxx2
-rw-r--r--framework/inc/helper/propertysetcontainer.hxx2
-rw-r--r--framework/inc/helper/statusindicator.hxx2
-rw-r--r--framework/inc/helper/statusindicatorfactory.hxx2
-rw-r--r--framework/inc/helper/tagwindowasmodified.hxx2
-rw-r--r--framework/inc/helper/titlebarupdate.hxx2
-rw-r--r--framework/inc/helper/uiconfigelementwrapperbase.hxx2
-rw-r--r--framework/inc/helper/uielementwrapperbase.hxx2
-rw-r--r--framework/inc/helper/vclstatusindicator.hxx2
14 files changed, 16 insertions, 16 deletions
diff --git a/framework/inc/helper/dockingareadefaultacceptor.hxx b/framework/inc/helper/dockingareadefaultacceptor.hxx
index 0fd863af6238..9581c77f171b 100644
--- a/framework/inc/helper/dockingareadefaultacceptor.hxx
+++ b/framework/inc/helper/dockingareadefaultacceptor.hxx
@@ -52,7 +52,7 @@ class DockingAreaDefaultAcceptor : public ::cppu::WeakImplHelper< css::ui::
*//*-*****************************************************************************************************/
DockingAreaDefaultAcceptor( const css::uno::Reference< css::frame::XFrame >& xOwner );
- virtual ~DockingAreaDefaultAcceptor();
+ virtual ~DockingAreaDefaultAcceptor() override;
// XDockingAreaAcceptor
diff --git a/framework/inc/helper/mischelper.hxx b/framework/inc/helper/mischelper.hxx
index 99998563bde8..49fd219ba55d 100644
--- a/framework/inc/helper/mischelper.hxx
+++ b/framework/inc/helper/mischelper.hxx
@@ -153,7 +153,7 @@ class WeakContainerListener : public ::cppu::WeakImplHelper<css::container::XCon
{
}
- virtual ~WeakContainerListener()
+ virtual ~WeakContainerListener() override
{
}
@@ -208,7 +208,7 @@ class WeakChangesListener : public ::cppu::WeakImplHelper<css::util::XChangesLis
{
}
- virtual ~WeakChangesListener()
+ virtual ~WeakChangesListener() override
{
}
@@ -245,7 +245,7 @@ class WeakDocumentEventListener : public ::cppu::WeakImplHelper<css::document::X
{
}
- virtual ~WeakDocumentEventListener()
+ virtual ~WeakDocumentEventListener() override
{
}
diff --git a/framework/inc/helper/ocomponentaccess.hxx b/framework/inc/helper/ocomponentaccess.hxx
index 9f7c88d6e679..1d541b15f8fb 100644
--- a/framework/inc/helper/ocomponentaccess.hxx
+++ b/framework/inc/helper/ocomponentaccess.hxx
@@ -127,7 +127,7 @@ class OComponentAccess : public ::cppu::WeakImplHelper< css::container::XEnum
@seealso class Desktop
*//*-*****************************************************************************************************/
- virtual ~OComponentAccess();
+ virtual ~OComponentAccess() override;
private:
diff --git a/framework/inc/helper/ocomponentenumeration.hxx b/framework/inc/helper/ocomponentenumeration.hxx
index ea3f1b57f976..a055d88f8c68 100644
--- a/framework/inc/helper/ocomponentenumeration.hxx
+++ b/framework/inc/helper/ocomponentenumeration.hxx
@@ -125,7 +125,7 @@ class OComponentEnumeration : public ::cppu::WeakImplHelper< css::container::X
You must create it dynamical in memory and use a pointer.
*//*-*****************************************************************************************************/
- virtual ~OComponentEnumeration();
+ virtual ~OComponentEnumeration() override;
/*-****************************************************************************************************
@short reset instance to default values
diff --git a/framework/inc/helper/oframes.hxx b/framework/inc/helper/oframes.hxx
index 63f2d91150d4..3eae713bf941 100644
--- a/framework/inc/helper/oframes.hxx
+++ b/framework/inc/helper/oframes.hxx
@@ -165,7 +165,7 @@ class OFrames : public ::cppu::WeakImplHelper< css::frame::XFrames >
This method is protected, because its not allowed to use this class as a member!
You MUST use a dynamical instance (pointer). That's the reason for a protected dtor.
*//*-*****************************************************************************************************/
- virtual ~OFrames();
+ virtual ~OFrames() override;
/*-****************************************************************************************************
@short reset instance to default values
diff --git a/framework/inc/helper/persistentwindowstate.hxx b/framework/inc/helper/persistentwindowstate.hxx
index b129d32fb31f..4e84cb5c12f8 100644
--- a/framework/inc/helper/persistentwindowstate.hxx
+++ b/framework/inc/helper/persistentwindowstate.hxx
@@ -76,7 +76,7 @@ class PersistentWindowState : public ::cppu::WeakImplHelper<
// ctor/dtor
PersistentWindowState(const css::uno::Reference< css::uno::XComponentContext >& xContext);
- virtual ~PersistentWindowState( );
+ virtual ~PersistentWindowState( ) override;
// XInitialization
virtual void SAL_CALL initialize(const css::uno::Sequence< css::uno::Any >& lArguments)
diff --git a/framework/inc/helper/propertysetcontainer.hxx b/framework/inc/helper/propertysetcontainer.hxx
index a04f2020e9a4..b2248a45fe74 100644
--- a/framework/inc/helper/propertysetcontainer.hxx
+++ b/framework/inc/helper/propertysetcontainer.hxx
@@ -37,7 +37,7 @@ class FWE_DLLPUBLIC PropertySetContainer : public css::container::XIndexContaine
{
public:
PropertySetContainer();
- virtual ~PropertySetContainer();
+ virtual ~PropertySetContainer() override;
// XInterface
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType )
diff --git a/framework/inc/helper/statusindicator.hxx b/framework/inc/helper/statusindicator.hxx
index 7885fa986906..c1e39f90486a 100644
--- a/framework/inc/helper/statusindicator.hxx
+++ b/framework/inc/helper/statusindicator.hxx
@@ -83,7 +83,7 @@ class StatusIndicator : public ::cppu::WeakImplHelper< css::task::XStatusIndica
/** @short does nothing real ....
*/
- virtual ~StatusIndicator();
+ virtual ~StatusIndicator() override;
// uno interface
public:
diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx
index 1a0ada7c6d1b..21fa060c9134 100644
--- a/framework/inc/helper/statusindicatorfactory.hxx
+++ b/framework/inc/helper/statusindicatorfactory.hxx
@@ -245,7 +245,7 @@ class StatusIndicatorFactory : public ::cppu::WeakImplHelper<
protected:
- virtual ~StatusIndicatorFactory();
+ virtual ~StatusIndicatorFactory() override;
// helper
private:
diff --git a/framework/inc/helper/tagwindowasmodified.hxx b/framework/inc/helper/tagwindowasmodified.hxx
index edf9d15f5fdc..fdc26596c0d3 100644
--- a/framework/inc/helper/tagwindowasmodified.hxx
+++ b/framework/inc/helper/tagwindowasmodified.hxx
@@ -71,7 +71,7 @@ class TagWindowAsModified : public ::cppu::WeakImplHelper<
// ctor/dtor
TagWindowAsModified();
- virtual ~TagWindowAsModified( );
+ virtual ~TagWindowAsModified( ) override;
// XInterface, XTypeProvider
diff --git a/framework/inc/helper/titlebarupdate.hxx b/framework/inc/helper/titlebarupdate.hxx
index f085ba62cd60..6fc4cb4c1be5 100644
--- a/framework/inc/helper/titlebarupdate.hxx
+++ b/framework/inc/helper/titlebarupdate.hxx
@@ -78,7 +78,7 @@ class TitleBarUpdate : public ::cppu::WeakImplHelper<
// ctor/dtor
TitleBarUpdate(const css::uno::Reference< css::uno::XComponentContext >& xContext);
- virtual ~TitleBarUpdate( );
+ virtual ~TitleBarUpdate( ) override;
// XInterface, XTypeProvider
diff --git a/framework/inc/helper/uiconfigelementwrapperbase.hxx b/framework/inc/helper/uiconfigelementwrapperbase.hxx
index ff694c9c4e41..4813125d31ef 100644
--- a/framework/inc/helper/uiconfigelementwrapperbase.hxx
+++ b/framework/inc/helper/uiconfigelementwrapperbase.hxx
@@ -59,7 +59,7 @@ class UIConfigElementWrapperBase : private cppu::BaseMutex,
public:
UIConfigElementWrapperBase( sal_Int16 nType );
- virtual ~UIConfigElementWrapperBase();
+ virtual ~UIConfigElementWrapperBase() override;
// XInterface
virtual void SAL_CALL acquire() throw () override
diff --git a/framework/inc/helper/uielementwrapperbase.hxx b/framework/inc/helper/uielementwrapperbase.hxx
index f8d9b4fa1c52..e856fbc35c94 100644
--- a/framework/inc/helper/uielementwrapperbase.hxx
+++ b/framework/inc/helper/uielementwrapperbase.hxx
@@ -53,7 +53,7 @@ class UIElementWrapperBase : private cppu::BaseMutex,
public:
UIElementWrapperBase( sal_Int16 nType );
- virtual ~UIElementWrapperBase();
+ virtual ~UIElementWrapperBase() override;
// XInterface
virtual void SAL_CALL acquire() throw () override
diff --git a/framework/inc/helper/vclstatusindicator.hxx b/framework/inc/helper/vclstatusindicator.hxx
index d4907a385365..6c4c389fca76 100644
--- a/framework/inc/helper/vclstatusindicator.hxx
+++ b/framework/inc/helper/vclstatusindicator.hxx
@@ -70,7 +70,7 @@ class VCLStatusIndicator : public ::cppu::WeakImplHelper< css::task::XStatusInd
VCLStatusIndicator(const css::uno::Reference< css::awt::XWindow >& xParentWindow);
/// dtor
- virtual ~VCLStatusIndicator();
+ virtual ~VCLStatusIndicator() override;
/// XStatusIndicator
virtual void SAL_CALL start(const OUString& sText ,