summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/RemoteDialogClientBox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/RemoteDialogClientBox.hxx')
-rw-r--r--sd/source/ui/dlg/RemoteDialogClientBox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.hxx b/sd/source/ui/dlg/RemoteDialogClientBox.hxx
index 966af2ada373..7b2ac25ed533 100644
--- a/sd/source/ui/dlg/RemoteDialogClientBox.hxx
+++ b/sd/source/ui/dlg/RemoteDialogClientBox.hxx
@@ -73,7 +73,7 @@ class ClientRemovedListener : public ::cppu::WeakImplHelper1< ::com::sun::star::
public:
ClientRemovedListener( ClientBox *pParent ) { m_pParent = pParent; }
- ~ClientRemovedListener();
+ virtual ~ClientRemovedListener();
// XEventListener
@@ -135,7 +135,7 @@ class ClientBox:
public:
ClientBox( Window* pParent, WinBits nStyle );
- ~ClientBox();
+ virtual ~ClientBox();
void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE;
void Paint( const Rectangle &rPaintRect ) SAL_OVERRIDE;