diff options
Diffstat (limited to 'sw/inc/fmtcntnt.hxx')
-rw-r--r-- | sw/inc/fmtcntnt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtcntnt.hxx b/sw/inc/fmtcntnt.hxx index 77c33f9eaeaa..31406601b350 100644 --- a/sw/inc/fmtcntnt.hxx +++ b/sw/inc/fmtcntnt.hxx @@ -31,7 +31,7 @@ class SW_DLLPUBLIC SwFormatContent: public SfxPoolItem { SwNodeIndex *pStartNode; - SwFormatContent &operator=( const SwFormatContent & ) SAL_DELETED_FUNCTION; + SwFormatContent &operator=( const SwFormatContent & ) = delete; public: SwFormatContent( const SwStartNode* pStartNode = 0 ); |