summaryrefslogtreecommitdiff
path: root/sd/inc/Outliner.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/Outliner.hxx')
-rw-r--r--sd/inc/Outliner.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/Outliner.hxx b/sd/inc/Outliner.hxx
index b6cfd7cb5d76..98249bd4d0e9 100644
--- a/sd/inc/Outliner.hxx
+++ b/sd/inc/Outliner.hxx
@@ -127,7 +127,7 @@ public:
editeng/outliner.hxx.
*/
Outliner( SdDrawDocument* pDoc, OutlinerMode nMode );
- virtual ~Outliner();
+ virtual ~Outliner() override;
/// Forbid copy construction and copy assignment
Outliner(const Outliner&) = delete;
Outliner& operator=(const Outliner&) = delete;