summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/labfmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/envelp/labfmt.hxx')
-rw-r--r--sw/source/ui/envelp/labfmt.hxx4
1 files changed, 2 insertions, 2 deletions
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)