summaryrefslogtreecommitdiff
path: root/include/svx/hlnkitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/hlnkitem.hxx')
-rw-r--r--include/svx/hlnkitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/hlnkitem.hxx b/include/svx/hlnkitem.hxx
index 8f73036dbfd9..b851f42ac968 100644
--- a/include/svx/hlnkitem.hxx
+++ b/include/svx/hlnkitem.hxx
@@ -67,7 +67,7 @@ public:
SvxLinkInsertMode eTyp = HLINK_FIELD,
HyperDialogEvent nEvents = HyperDialogEvent::NONE,
SvxMacroTableDtor *pMacroTbl =nullptr );
- virtual ~SvxHyperlinkItem () { delete pMacroTable; }
+ virtual ~SvxHyperlinkItem () override { delete pMacroTable; }
inline SvxHyperlinkItem& operator=( const SvxHyperlinkItem &rItem );