summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/source.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/dnd/source.hxx')
-rw-r--r--dtrans/source/win32/dnd/source.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/dtrans/source/win32/dnd/source.hxx b/dtrans/source/win32/dnd/source.hxx
index 0f73d6cd60b6..61f21ebdcfde 100644
--- a/dtrans/source/win32/dnd/source.hxx
+++ b/dtrans/source/win32/dnd/source.hxx
@@ -57,10 +57,6 @@ class DragSource:
// The mouse button that set off the drag and drop operation
short m_MouseButton;
- DragSource();
- DragSource(const DragSource&);
- DragSource &operator= ( const DragSource&);
-
// First starting a new drag and drop thread if
// the last one has finished
void StartDragImpl(
@@ -89,6 +85,8 @@ public:
public:
explicit DragSource(const Reference<XComponentContext>& rxContext);
virtual ~DragSource();
+ DragSource(const DragSource&) = delete;
+ DragSource &operator= ( const DragSource&) = delete;
// XInitialization
virtual void SAL_CALL initialize( const Sequence< Any >& aArguments )