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 755905391582..e767bd759d28 100644 --- a/sw/inc/txttxmrk.hxx +++ b/sw/inc/txttxmrk.hxx @@ -37,7 +37,7 @@ public: sal_Int32 const nStart, sal_Int32 const*const pEnd = 0); virtual ~SwTxtTOXMark(); - virtual sal_Int32 *GetEnd(); // SwTxtAttr + virtual sal_Int32 *GetEnd() SAL_OVERRIDE; // SwTxtAttr void CopyTOXMark( SwDoc* pDestDoc ); |