summaryrefslogtreecommitdiff
path: root/svx/source/dialog/imapwnd.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/imapwnd.hxx')
-rw-r--r--svx/source/dialog/imapwnd.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/imapwnd.hxx b/svx/source/dialog/imapwnd.hxx
index da6883a152e4..3b34504c48ad 100644
--- a/svx/source/dialog/imapwnd.hxx
+++ b/svx/source/dialog/imapwnd.hxx
@@ -80,7 +80,7 @@ public:
SdrObjUserData ( IMapInventor, SVD_IMAP_USERDATA, 0 ),
mpObj ( rIMapUserData.mpObj ) {}
- ~IMapUserData() { }
+ virtual ~IMapUserData() { }
virtual SdrObjUserData* Clone( SdrObject * ) const SAL_OVERRIDE { return new IMapUserData( *this ); }
@@ -132,7 +132,7 @@ protected:
public:
IMapWindow( Window* pParent, const ResId& rResId, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rxDocumentFrame );
- ~IMapWindow();
+ virtual ~IMapWindow();
sal_Bool ReplaceActualIMapInfo( const NotifyInfo& rNewInfo );