summaryrefslogtreecommitdiff
path: root/include/sfx2/request.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/request.hxx')
-rw-r--r--include/sfx2/request.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/request.hxx b/include/sfx2/request.hxx
index 0512e6853d7a..35eb7b1a4cc9 100644
--- a/include/sfx2/request.hxx
+++ b/include/sfx2/request.hxx
@@ -65,7 +65,7 @@ public:
sal_uInt16 nCallMode, SfxItemPool &rPool );
SfxRequest( sal_uInt16 nSlot, sal_uInt16 nCallMode, const SfxAllItemSet& rSfxArgs );
SfxRequest( const SfxRequest& rOrig );
- ~SfxRequest();
+ virtual ~SfxRequest();
sal_uInt16 GetSlot() const { return nSlot; }
void SetSlot(sal_uInt16 nNewSlot) { nSlot = nNewSlot; }