summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/targetdragcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/dnd/targetdragcontext.hxx')
-rw-r--r--dtrans/source/win32/dnd/targetdragcontext.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/dtrans/source/win32/dnd/targetdragcontext.hxx b/dtrans/source/win32/dnd/targetdragcontext.hxx
index ed329c0bcf80..3d061b4e866a 100644
--- a/dtrans/source/win32/dnd/targetdragcontext.hxx
+++ b/dtrans/source/win32/dnd/targetdragcontext.hxx
@@ -37,12 +37,11 @@ class TargetDragContext: public WeakImplHelper<XDropTargetDragContext>
// to non-interface functions of m_pDropTarget
DropTarget* m_pDropTarget;
- TargetDragContext();
- TargetDragContext( const TargetDragContext&);
- TargetDragContext &operator= ( const TargetDragContext&);
public:
explicit TargetDragContext(DropTarget* pTarget);
~TargetDragContext();
+ TargetDragContext( const TargetDragContext&) = delete;
+ TargetDragContext &operator= ( const TargetDragContext&) = delete;
virtual void SAL_CALL acceptDrag( sal_Int8 dragOperation )
throw( RuntimeException);