summaryrefslogtreecommitdiff
path: root/forms/source/richtext/richtextunowrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/richtextunowrapper.hxx')
-rw-r--r--forms/source/richtext/richtextunowrapper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/richtext/richtextunowrapper.hxx b/forms/source/richtext/richtextunowrapper.hxx
index f2973a842bf1..bc135a5313fa 100644
--- a/forms/source/richtext/richtextunowrapper.hxx
+++ b/forms/source/richtext/richtextunowrapper.hxx
@@ -46,8 +46,8 @@ namespace frm
private:
- ORichTextUnoWrapper( const ORichTextUnoWrapper& ) SAL_DELETED_FUNCTION;
- ORichTextUnoWrapper& operator=( const ORichTextUnoWrapper& ) SAL_DELETED_FUNCTION;
+ ORichTextUnoWrapper( const ORichTextUnoWrapper& ) = delete;
+ ORichTextUnoWrapper& operator=( const ORichTextUnoWrapper& ) = delete;
};
class RichTextEditSource : public SvxEditSource
@@ -69,8 +69,8 @@ namespace frm
virtual ~RichTextEditSource();
private:
- RichTextEditSource( const RichTextEditSource& _rSource ) SAL_DELETED_FUNCTION;
- RichTextEditSource& operator=( const RichTextEditSource& ) SAL_DELETED_FUNCTION;
+ RichTextEditSource( const RichTextEditSource& _rSource ) = delete;
+ RichTextEditSource& operator=( const RichTextEditSource& ) = delete;
};