summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unotextmarkup.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/unotextmarkup.hxx')
-rw-r--r--sw/source/core/inc/unotextmarkup.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/inc/unotextmarkup.hxx b/sw/source/core/inc/unotextmarkup.hxx
index 652e1f535123..f24fc9731a9b 100644
--- a/sw/source/core/inc/unotextmarkup.hxx
+++ b/sw/source/core/inc/unotextmarkup.hxx
@@ -67,8 +67,8 @@ public:
virtual void SAL_CALL commitMultiTextMarkup( const ::com::sun::star::uno::Sequence< ::com::sun::star::text::TextMarkupDescriptor >& aMarkups ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
- SwXTextMarkup( const SwXTextMarkup & ) SAL_DELETED_FUNCTION;
- SwXTextMarkup & operator =( const SwXTextMarkup & ) SAL_DELETED_FUNCTION;
+ SwXTextMarkup( const SwXTextMarkup & ) = delete;
+ SwXTextMarkup & operator =( const SwXTextMarkup & ) = delete;
struct Impl;
::sw::UnoImplPtr<Impl> m_pImpl;
@@ -97,8 +97,8 @@ public:
virtual ::com::sun::star::uno::Any SAL_CALL getValueByIndex(::sal_Int32 nIndex) throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::lang::IndexOutOfBoundsException, std::exception) SAL_OVERRIDE;
private:
- SwXStringKeyMap(SwXStringKeyMap &) SAL_DELETED_FUNCTION;
- void operator =(SwXStringKeyMap &) SAL_DELETED_FUNCTION;
+ SwXStringKeyMap(SwXStringKeyMap &) = delete;
+ void operator =(SwXStringKeyMap &) = delete;
virtual ~SwXStringKeyMap() {}