From bff4c13475957863bfa7da5bc3bcf82a64a7503a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 12 Oct 2015 15:25:41 +0200 Subject: Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3 --- sw/inc/pam.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/pam.hxx') diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx index 5c9077e2f736..8c32cebc90a1 100644 --- a/sw/inc/pam.hxx +++ b/sw/inc/pam.hxx @@ -166,7 +166,7 @@ class SW_DLLPUBLIC SwPaM : public sw::Ring SwPaM* MakeRegion( SwMoveFn fnMove, const SwPaM * pOrigRg = 0 ); - SwPaM(SwPaM const& rPaM) SAL_DELETED_FUNCTION; + SwPaM(SwPaM const& rPaM) = delete; public: explicit SwPaM( const SwPosition& rPos, SwPaM* pRing = 0 ); -- cgit