summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/textsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/textsh.hxx')
-rw-r--r--sw/source/uibase/inc/textsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/textsh.hxx b/sw/source/uibase/inc/textsh.hxx
index 366a7ae2fed7..69f42eb31b57 100644
--- a/sw/source/uibase/inc/textsh.hxx
+++ b/sw/source/uibase/inc/textsh.hxx
@@ -78,7 +78,7 @@ public:
void GetAttrState(SfxItemSet &);
SwTextShell(SwView &rView);
- virtual ~SwTextShell();
+ virtual ~SwTextShell() override;
/// Create item set for the insert frame dialog.
SfxItemSet CreateInsertFrameItemSet(SwFlyFrameAttrMgr& rMgr);
};