summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/pview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/uiview/pview.cxx')
-rw-r--r--sw/source/uibase/uiview/pview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uiview/pview.cxx b/sw/source/uibase/uiview/pview.cxx
index a341cfca03ed..c9c74980507f 100644
--- a/sw/source/uibase/uiview/pview.cxx
+++ b/sw/source/uibase/uiview/pview.cxx
@@ -150,7 +150,7 @@ class SwPreviewZoomDlg : public SvxStandardDialog
public:
explicit SwPreviewZoomDlg( SwPagePreviewWin& rParent );
- virtual ~SwPreviewZoomDlg();
+ virtual ~SwPreviewZoomDlg() override;
virtual void dispose() override;
};