summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/envelp')
-rw-r--r--sw/source/ui/envelp/envfmt.hxx2
-rw-r--r--sw/source/ui/envelp/envprt.hxx2
-rw-r--r--sw/source/ui/envelp/labfmt.hxx4
-rw-r--r--sw/source/ui/envelp/labprt.hxx2
-rw-r--r--sw/source/ui/envelp/mailmrge.cxx2
-rw-r--r--sw/source/ui/envelp/swuilabimp.hxx8
6 files changed, 10 insertions, 10 deletions
diff --git a/sw/source/ui/envelp/envfmt.hxx b/sw/source/ui/envelp/envfmt.hxx
index e03c3d536c6f..6de321c054c0 100644
--- a/sw/source/ui/envelp/envfmt.hxx
+++ b/sw/source/ui/envelp/envfmt.hxx
@@ -59,7 +59,7 @@ class SwEnvFormatPage : public SfxTabPage
public:
SwEnvFormatPage(vcl::Window* pParent, const SfxItemSet& rSet);
- virtual ~SwEnvFormatPage();
+ virtual ~SwEnvFormatPage() override;
virtual void dispose() override;
static VclPtr<SfxTabPage> Create(vcl::Window* pParent, const SfxItemSet* rSet);
diff --git a/sw/source/ui/envelp/envprt.hxx b/sw/source/ui/envelp/envprt.hxx
index bda4f88a0c34..8dc800de6efb 100644
--- a/sw/source/ui/envelp/envprt.hxx
+++ b/sw/source/ui/envelp/envprt.hxx
@@ -58,7 +58,7 @@ class SwEnvPrtPage : public SfxTabPage
public:
SwEnvPrtPage(vcl::Window* pParent, const SfxItemSet& rSet);
- virtual ~SwEnvPrtPage();
+ virtual ~SwEnvPrtPage() override;
virtual void dispose() override;
static VclPtr<SfxTabPage> Create(vcl::Window* pParent, const SfxItemSet* rSet);
diff --git a/sw/source/ui/envelp/labfmt.hxx b/sw/source/ui/envelp/labfmt.hxx
index c48d0921adfd..44268dce46e5 100644
--- a/sw/source/ui/envelp/labfmt.hxx
+++ b/sw/source/ui/envelp/labfmt.hxx
@@ -99,7 +99,7 @@ class SwLabFormatPage : public SfxTabPage
public:
SwLabFormatPage(vcl::Window* pParent, const SfxItemSet& rSet);
- virtual ~SwLabFormatPage();
+ virtual ~SwLabFormatPage() override;
virtual void dispose() override;
static VclPtr<SfxTabPage> Create(vcl::Window* pParent, const SfxItemSet* rSet);
@@ -128,7 +128,7 @@ class SwSaveLabelDlg : public ModalDialog
public:
SwSaveLabelDlg(SwLabFormatPage* pParent, SwLabRec& rRec);
- virtual ~SwSaveLabelDlg();
+ virtual ~SwSaveLabelDlg() override;
virtual void dispose() override;
void SetLabel(const OUString& rMake, const OUString& rType)
diff --git a/sw/source/ui/envelp/labprt.hxx b/sw/source/ui/envelp/labprt.hxx
index 9706cd34d57f..2827f7bf92d5 100644
--- a/sw/source/ui/envelp/labprt.hxx
+++ b/sw/source/ui/envelp/labprt.hxx
@@ -53,7 +53,7 @@ class SwLabPrtPage : public SfxTabPage
public:
SwLabPrtPage(vcl::Window* pParent, const SfxItemSet& rSet);
- virtual ~SwLabPrtPage();
+ virtual ~SwLabPrtPage() override;
virtual void dispose() override;
static VclPtr<SfxTabPage> Create(vcl::Window* pParent, const SfxItemSet* rSet);
diff --git a/sw/source/ui/envelp/mailmrge.cxx b/sw/source/ui/envelp/mailmrge.cxx
index 1d2eba8acc37..68f11b1e9347 100644
--- a/sw/source/ui/envelp/mailmrge.cxx
+++ b/sw/source/ui/envelp/mailmrge.cxx
@@ -89,7 +89,7 @@ class SwXSelChgLstnr_Impl : public cppu::WeakImplHelper
SwMailMergeDlg& rParent;
public:
explicit SwXSelChgLstnr_Impl(SwMailMergeDlg& rParentDlg);
- virtual ~SwXSelChgLstnr_Impl();
+ virtual ~SwXSelChgLstnr_Impl() override;
virtual void SAL_CALL selectionChanged( const EventObject& aEvent ) throw (RuntimeException, std::exception) override;
virtual void SAL_CALL disposing( const EventObject& Source ) throw (RuntimeException, std::exception) override;
diff --git a/sw/source/ui/envelp/swuilabimp.hxx b/sw/source/ui/envelp/swuilabimp.hxx
index 548411c5827c..b042169fdf60 100644
--- a/sw/source/ui/envelp/swuilabimp.hxx
+++ b/sw/source/ui/envelp/swuilabimp.hxx
@@ -61,7 +61,7 @@ class SwLabPage : public SfxTabPage
public:
SwLabPage(vcl::Window* pParent, const SfxItemSet& rSet);
- virtual ~SwLabPage();
+ virtual ~SwLabPage() override;
virtual void dispose() override;
static VclPtr<SfxTabPage> Create(vcl::Window* pParent, const SfxItemSet* rSet);
@@ -107,7 +107,7 @@ class SwVisitingCardPage : public SfxTabPage
const OUString* pNames,
const OUString* pValues );
- virtual ~SwVisitingCardPage();
+ virtual ~SwVisitingCardPage() override;
virtual void dispose() override;
using TabPage::ActivatePage;
@@ -152,7 +152,7 @@ class SwPrivateDataPage : public SfxTabPage
public:
SwPrivateDataPage(vcl::Window* pParent, const SfxItemSet& rSet);
- virtual ~SwPrivateDataPage();
+ virtual ~SwPrivateDataPage() override;
virtual void dispose() override;
static VclPtr<SfxTabPage> Create(vcl::Window* pParent, const SfxItemSet* rSet);
@@ -189,7 +189,7 @@ class SwBusinessDataPage : public SfxTabPage
public:
SwBusinessDataPage(vcl::Window* pParent, const SfxItemSet& rSet);
- virtual ~SwBusinessDataPage();
+ virtual ~SwBusinessDataPage() override;
virtual void dispose() override;
static VclPtr<SfxTabPage> Create(vcl::Window* pParent, const SfxItemSet* rSet);