summaryrefslogtreecommitdiff
path: root/sw/inc/fmtftn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmtftn.hxx')
-rw-r--r--sw/inc/fmtftn.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fmtftn.hxx b/sw/inc/fmtftn.hxx
index 6212381221bf..04eb026f5617 100644
--- a/sw/inc/fmtftn.hxx
+++ b/sw/inc/fmtftn.hxx
@@ -47,8 +47,8 @@ class SW_DLLPUBLIC SwFormatFootnote
css::uno::WeakReference<css::text::XFootnote> m_wXFootnote;
- SwFormatFootnote& operator=(const SwFormatFootnote& rFootnote) SAL_DELETED_FUNCTION;
- SwFormatFootnote( const SwFormatFootnote& ) SAL_DELETED_FUNCTION;
+ SwFormatFootnote& operator=(const SwFormatFootnote& rFootnote) = delete;
+ SwFormatFootnote( const SwFormatFootnote& ) = delete;
public:
SwFormatFootnote( bool bEndNote = false );