summaryrefslogtreecommitdiff
path: root/include/sfx2/tabdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r--include/sfx2/tabdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index d80d269c2293..663310f3cb7f 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -124,7 +124,7 @@ public:
SfxTabDialog(vcl::Window* pParent,
const OUString& rID, const OUString& rUIXMLDescription,
const SfxItemSet * = nullptr, bool bEditFmt = false);
- virtual ~SfxTabDialog();
+ virtual ~SfxTabDialog() override;
virtual void dispose() override;
sal_uInt16 AddTabPage( const OString& rName, // Name of the label for the page in the notebook .ui
@@ -243,7 +243,7 @@ protected:
void AddItemConnection( sfx::ItemConnectionBase* pConnection );
public:
- virtual ~SfxTabPage();
+ virtual ~SfxTabPage() override;
virtual void dispose() override;
const SfxItemSet& GetItemSet() const { return *pSet; }