summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/hyp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/hyp.hxx')
-rw-r--r--sw/source/uibase/inc/hyp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/hyp.hxx b/sw/source/uibase/inc/hyp.hxx
index c8881ba301f6..24942e31c680 100644
--- a/sw/source/uibase/inc/hyp.hxx
+++ b/sw/source/uibase/inc/hyp.hxx
@@ -46,7 +46,7 @@ public:
SwHyphWrapper( SwView* pVw,
css::uno::Reference< css::linguistic2::XHyphenator > &rxHyph,
bool bStart, bool bOther, bool bSelect );
- virtual ~SwHyphWrapper();
+ virtual ~SwHyphWrapper() override;
};
#endif