summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/swdtflvr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/swdtflvr.hxx')
-rw-r--r--sw/source/uibase/inc/swdtflvr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/swdtflvr.hxx b/sw/source/uibase/inc/swdtflvr.hxx
index ffaa2a936ea8..a778987903b5 100644
--- a/sw/source/uibase/inc/swdtflvr.hxx
+++ b/sw/source/uibase/inc/swdtflvr.hxx
@@ -131,8 +131,8 @@ class SW_DLLPUBLIC SwTransferable : public TransferableHelper
void SetDataForDragAndDrop( const Point& rSttPos );
- SwTransferable( const SwTransferable& ) SAL_DELETED_FUNCTION;
- SwTransferable& operator=( const SwTransferable& ) SAL_DELETED_FUNCTION;
+ SwTransferable( const SwTransferable& ) = delete;
+ SwTransferable& operator=( const SwTransferable& ) = delete;
protected:
virtual void AddSupportedFormats() SAL_OVERRIDE;