summaryrefslogtreecommitdiff
path: root/include/sfx2/sfxhelp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sfxhelp.hxx')
-rw-r--r--include/sfx2/sfxhelp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sfxhelp.hxx b/include/sfx2/sfxhelp.hxx
index 5bfa02892fbb..d3ab2cec93bb 100644
--- a/include/sfx2/sfxhelp.hxx
+++ b/include/sfx2/sfxhelp.hxx
@@ -43,7 +43,7 @@ private:
public:
SfxHelp();
- ~SfxHelp();
+ virtual ~SfxHelp();
inline void SetTicket( const OUString& rTicket ) { aTicket = rTicket; }
inline void SetUser( const OUString& rUser ) { aUser = rUser; }