summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/swmessdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/swmessdialog.hxx')
-rw-r--r--sw/source/uibase/inc/swmessdialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/swmessdialog.hxx b/sw/source/uibase/inc/swmessdialog.hxx
index edced676f6ab..cc5315f4df49 100644
--- a/sw/source/uibase/inc/swmessdialog.hxx
+++ b/sw/source/uibase/inc/swmessdialog.hxx
@@ -28,7 +28,7 @@ protected:
public:
SwMessageAndEditDialog(vcl::Window* pParent, const OUString& rID,
const OUString& rUIXMLDescription);
- virtual ~SwMessageAndEditDialog();
+ virtual ~SwMessageAndEditDialog() override;
virtual void dispose() override;
};