diff options
Diffstat (limited to 'sw/inc/fmtfld.hxx')
-rw-r--r-- | sw/inc/fmtfld.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtfld.hxx b/sw/inc/fmtfld.hxx index 0d4f86bf58f1..4934f479fa59 100644 --- a/sw/inc/fmtfld.hxx +++ b/sw/inc/fmtfld.hxx @@ -51,7 +51,7 @@ class SW_DLLPUBLIC SwFormatField SwTextField* mpTextField; // the TextAttribute // @@@ copy construction allowed, but copy assignment is not? @@@ - SwFormatField& operator=(const SwFormatField& rField) SAL_DELETED_FUNCTION; + SwFormatField& operator=(const SwFormatField& rField) = delete; protected: virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) SAL_OVERRIDE; |