summaryrefslogtreecommitdiff
path: root/include/editeng/unoedprx.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/unoedprx.hxx')
-rw-r--r--include/editeng/unoedprx.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/unoedprx.hxx b/include/editeng/unoedprx.hxx
index 90071d52a5e7..9d61c2b01956 100644
--- a/include/editeng/unoedprx.hxx
+++ b/include/editeng/unoedprx.hxx
@@ -156,8 +156,8 @@ public:
bool IsValid() const { return mbEditSourceValid;}
private:
- SvxEditSourceAdapter( const SvxEditSourceAdapter& ) SAL_DELETED_FUNCTION;
- SvxEditSourceAdapter& operator= ( const SvxEditSourceAdapter& ) SAL_DELETED_FUNCTION;
+ SvxEditSourceAdapter( const SvxEditSourceAdapter& ) = delete;
+ SvxEditSourceAdapter& operator= ( const SvxEditSourceAdapter& ) = delete;
::std::unique_ptr< SvxEditSource > mpAdaptee;