summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/bookmrk.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/bookmrk.hxx')
-rw-r--r--sw/source/core/inc/bookmrk.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/bookmrk.hxx b/sw/source/core/inc/bookmrk.hxx
index ac5fae6a37db..8972d7d08945 100644
--- a/sw/source/core/inc/bookmrk.hxx
+++ b/sw/source/core/inc/bookmrk.hxx
@@ -99,7 +99,7 @@ namespace sw {
{
}
- virtual ~MarkBase();
+ virtual ~MarkBase() override;
const css::uno::WeakReference< css::text::XTextContent> & GetXBookmark() const
{ return m_wXBookmark; }
@@ -150,7 +150,7 @@ namespace sw {
void SetRefObject( SwServerObject* pObj );
virtual void DeregisterFromDoc(SwDoc* const pDoc);
- virtual ~DdeBookmark();
+ virtual ~DdeBookmark() override;
private:
tools::SvRef<SwServerObject> m_aRefObj;