summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/sfxstatuslistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/sfx2/sfxstatuslistener.hxx')
-rw-r--r--sfx2/inc/sfx2/sfxstatuslistener.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/sfxstatuslistener.hxx b/sfx2/inc/sfx2/sfxstatuslistener.hxx
index 2fa370e717b7..e2ff595e80d8 100644
--- a/sfx2/inc/sfx2/sfxstatuslistener.hxx
+++ b/sfx2/inc/sfx2/sfxstatuslistener.hxx
@@ -46,6 +46,9 @@ class SfxStatusListenerInterface
{
public:
virtual void StateChanged( sal_uInt16 nSlotId, SfxItemState eState, const SfxPoolItem* pState ) = 0;
+
+ protected:
+ ~SfxStatusListenerInterface() {}
};
class SFX2_DLLPUBLIC SfxStatusListener :