summaryrefslogtreecommitdiffstats
path: root/forms/source/richtext/richtextmodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/richtextmodel.hxx')
-rw-r--r--forms/source/richtext/richtextmodel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/richtext/richtextmodel.hxx b/forms/source/richtext/richtextmodel.hxx
index 7964acaa17f7..0b15405238f6 100644
--- a/forms/source/richtext/richtextmodel.hxx
+++ b/forms/source/richtext/richtextmodel.hxx
@@ -173,8 +173,8 @@ namespace frm
static css::uno::Sequence< sal_Int8 > getEditEngineTunnelId();
private:
- ORichTextModel( const ORichTextModel& ) SAL_DELETED_FUNCTION;
- ORichTextModel& operator=( const ORichTextModel& ) SAL_DELETED_FUNCTION;
+ ORichTextModel( const ORichTextModel& ) = delete;
+ ORichTextModel& operator=( const ORichTextModel& ) = delete;
};