summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/txtcache.hxx')
-rw-r--r--sw/source/core/text/txtcache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/txtcache.hxx b/sw/source/core/text/txtcache.hxx
index df3979aa46da..5ee5126cc529 100644
--- a/sw/source/core/text/txtcache.hxx
+++ b/sw/source/core/text/txtcache.hxx
@@ -34,7 +34,7 @@ public:
DECL_FIXEDMEMPOOL_NEWDEL(SwTextLine)
SwTextLine( SwTextFrame *pFrame, SwParaPortion *pNew = nullptr );
- virtual ~SwTextLine();
+ virtual ~SwTextLine() override;
inline SwParaPortion *GetPara() { return pLine; }
inline const SwParaPortion *GetPara() const { return pLine; }