diff options
Diffstat (limited to 'sw/inc/fmtrfmrk.hxx')
-rw-r--r-- | sw/inc/fmtrfmrk.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtrfmrk.hxx b/sw/inc/fmtrfmrk.hxx index 3723d745b5df..e9907b425841 100644 --- a/sw/inc/fmtrfmrk.hxx +++ b/sw/inc/fmtrfmrk.hxx @@ -40,7 +40,7 @@ class SwFormatRefMark friend class SwTextRefMark; SwTextRefMark* pTextAttr; - SwFormatRefMark& operator=(const SwFormatRefMark& rRefMark) SAL_DELETED_FUNCTION; + SwFormatRefMark& operator=(const SwFormatRefMark& rRefMark) = delete; OUString aRefName; css::uno::WeakReference<css::text::XTextContent> m_wXReferenceMark; |