diff options
Diffstat (limited to 'sw/inc/txttxmrk.hxx')
-rw-r--r-- | sw/inc/txttxmrk.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/txttxmrk.hxx b/sw/inc/txttxmrk.hxx index f935254fc682..40c4024f4494 100644 --- a/sw/inc/txttxmrk.hxx +++ b/sw/inc/txttxmrk.hxx @@ -35,7 +35,7 @@ public: sal_Int32 const nStart, sal_Int32 const*const pEnd = 0); virtual ~SwTextTOXMark(); - virtual sal_Int32 *GetEnd() SAL_OVERRIDE; // SwTextAttr + virtual sal_Int32 *GetEnd() override; // SwTextAttr void CopyTOXMark( SwDoc* pDestDoc ); |