summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tools/SlotStateListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/tools/SlotStateListener.hxx')
-rw-r--r--sd/source/ui/inc/tools/SlotStateListener.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/tools/SlotStateListener.hxx b/sd/source/ui/inc/tools/SlotStateListener.hxx
index 77210ce52fcb..ce89e1aea80f 100644
--- a/sd/source/ui/inc/tools/SlotStateListener.hxx
+++ b/sd/source/ui/inc/tools/SlotStateListener.hxx
@@ -58,7 +58,7 @@ public:
/** The constructor de-registers all remaining listeners. Usually a prior
dispose() call should have done that already.
*/
- virtual ~SlotStateListener();
+ virtual ~SlotStateListener() override;
/** Set the callback to the given value. Whenever one of the observed
slots changes its state this callback is informed about it.