diff options
Diffstat (limited to 'sw/inc/ndole.hxx')
-rw-r--r-- | sw/inc/ndole.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx index b2787a393f78..ac3e1699f506 100644 --- a/sw/inc/ndole.hxx +++ b/sw/inc/ndole.hxx @@ -41,7 +41,7 @@ class SW_DLLPUBLIC SwOLEObj svt::EmbeddedObjectRef xOLERef; OUString aName; - SwOLEObj( const SwOLEObj& rObj ) SAL_DELETED_FUNCTION; + SwOLEObj( const SwOLEObj& rObj ) = delete; void SetNode( SwOLENode* pNode ); @@ -88,7 +88,7 @@ class SW_DLLPUBLIC SwOLENode: public SwNoTextNode SwGrfFormatColl *pGrfColl, SwAttrSet* pAutoAttr = 0 ); - SwOLENode( const SwOLENode & ) SAL_DELETED_FUNCTION; + SwOLENode( const SwOLENode & ) = delete; using SwNoTextNode::GetGraphic; |