summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/frmdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/frmdlg.hxx')
-rw-r--r--sw/source/uibase/inc/frmdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/frmdlg.hxx b/sw/source/uibase/inc/frmdlg.hxx
index 418bdcdcc4a9..a0f226c063f3 100644
--- a/sw/source/uibase/inc/frmdlg.hxx
+++ b/sw/source/uibase/inc/frmdlg.hxx
@@ -58,7 +58,7 @@ public:
const OString& sDefPage = OString(),
const OUString* pFormatStr = nullptr);
- virtual ~SwFrameDlg();
+ virtual ~SwFrameDlg() override;
SwWrtShell* GetWrtShell() { return m_pWrtShell; }
};