summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/unomod.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/unomod.hxx')
-rw-r--r--sw/source/uibase/inc/unomod.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/unomod.hxx b/sw/source/uibase/inc/unomod.hxx
index 352ed23b165a..e140078fc188 100644
--- a/sw/source/uibase/inc/unomod.hxx
+++ b/sw/source/uibase/inc/unomod.hxx
@@ -48,7 +48,7 @@ class SwXModule : public cppu::WeakImplHelper
css::uno::Reference< css::beans::XPropertySet > mxPrintSettings;
protected:
- virtual ~SwXModule();
+ virtual ~SwXModule() override;
public:
SwXModule();
@@ -112,7 +112,7 @@ protected:
throw(css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException ) override;
virtual ~SwXPrintSettings()
- throw();
+ throw() override;
public:
SwXPrintSettings( SwXPrintSettingsType eType, SwDoc * pDoc = nullptr );
@@ -174,7 +174,7 @@ protected:
throw(css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException ) override;
virtual ~SwXViewSettings()
- throw();
+ throw() override;
public:
SwXViewSettings(SwView* pView);