diff options
Diffstat (limited to 'sw/inc/SwNodeNum.hxx')
-rw-r--r-- | sw/inc/SwNodeNum.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/SwNodeNum.hxx b/sw/inc/SwNodeNum.hxx index 64cf8cea492e..7741771a4153 100644 --- a/sw/inc/SwNodeNum.hxx +++ b/sw/inc/SwNodeNum.hxx @@ -87,8 +87,8 @@ private: static void _UnregisterMeAndChildrenDueToRootDelete( SwNodeNum& rNodeNum ); - SwNodeNum( const SwNodeNum& ) SAL_DELETED_FUNCTION; - SwNodeNum& operator=( const SwNodeNum& ) SAL_DELETED_FUNCTION; + SwNodeNum( const SwNodeNum& ) = delete; + SwNodeNum& operator=( const SwNodeNum& ) = delete; virtual bool IsCountPhantoms() const SAL_OVERRIDE; |