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.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/fmtftn.hxx b/sw/inc/fmtftn.hxx
index 0e2b52cc20e9..51e6a215919c 100644
--- a/sw/inc/fmtftn.hxx
+++ b/sw/inc/fmtftn.hxx
@@ -47,9 +47,8 @@ class SW_DLLPUBLIC SwFmtFtn
css::uno::WeakReference<css::text::XFootnote> m_wXFootnote;
- /// Protected CopyCtor.
- SwFmtFtn& operator=(const SwFmtFtn& rFtn);
- SwFmtFtn( const SwFmtFtn& );
+ SwFmtFtn& operator=(const SwFmtFtn& rFtn) SAL_DELETED_FUNCTION;
+ SwFmtFtn( const SwFmtFtn& ) SAL_DELETED_FUNCTION;
public:
SwFmtFtn( bool bEndNote = false );