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