summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unoflatpara.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/unoflatpara.hxx')
-rw-r--r--sw/source/core/inc/unoflatpara.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/inc/unoflatpara.hxx b/sw/source/core/inc/unoflatpara.hxx
index 71182ecb4685..a9cd27892fe6 100644
--- a/sw/source/core/inc/unoflatpara.hxx
+++ b/sw/source/core/inc/unoflatpara.hxx
@@ -133,8 +133,8 @@ public:
throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
- SwXFlatParagraph( const SwXFlatParagraph & ) SAL_DELETED_FUNCTION;
- SwXFlatParagraph & operator = ( const SwXFlatParagraph & ) SAL_DELETED_FUNCTION;
+ SwXFlatParagraph( const SwXFlatParagraph & ) = delete;
+ SwXFlatParagraph & operator = ( const SwXFlatParagraph & ) = delete;
OUString maExpandText;
};
@@ -162,8 +162,8 @@ protected:
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) SAL_OVERRIDE;
private:
- SwXFlatParagraphIterator( const SwXFlatParagraphIterator & ) SAL_DELETED_FUNCTION;
- SwXFlatParagraphIterator & operator =(const SwXFlatParagraphIterator & ) SAL_DELETED_FUNCTION;
+ SwXFlatParagraphIterator( const SwXFlatParagraphIterator & ) = delete;
+ SwXFlatParagraphIterator & operator =(const SwXFlatParagraphIterator & ) = delete;
// container to hold the 'hard' references as long as necessary and valid
std::set< css::uno::Reference< css::text::XFlatParagraph > > m_aFlatParaList;