summaryrefslogtreecommitdiff
path: root/include/svtools/transfer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/transfer.hxx')
-rw-r--r--include/svtools/transfer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/transfer.hxx b/include/svtools/transfer.hxx
index 866c4faa4715..49019eb27cdc 100644
--- a/include/svtools/transfer.hxx
+++ b/include/svtools/transfer.hxx
@@ -392,7 +392,7 @@ private:
public:
DragGestureListener( DragSourceHelper& rDragSourceHelper );
- ~DragGestureListener();
+ virtual ~DragGestureListener();
};
friend class DragSourceHelper::DragGestureListener;
@@ -443,7 +443,7 @@ private:
public:
DropTargetListener( DropTargetHelper& rDropTargetHelper );
- ~DropTargetListener();
+ virtual ~DropTargetListener();
};
friend class DropTargetHelper::DropTargetListener;
@@ -499,7 +499,7 @@ protected:
public:
TransferDataContainer();
- ~TransferDataContainer();
+ virtual ~TransferDataContainer();
void CopyINetBookmark( const INetBookmark& rBkmk );
void CopyINetImage( const INetImage& rINtImg );