summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/rtfexport.hxx')
-rw-r--r--sw/source/filter/ww8/rtfexport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/rtfexport.hxx b/sw/source/filter/ww8/rtfexport.hxx
index b602d63a9e61..e3af02f88c87 100644
--- a/sw/source/filter/ww8/rtfexport.hxx
+++ b/sw/source/filter/ww8/rtfexport.hxx
@@ -192,9 +192,9 @@ public:
OString* GetStyle(sal_uInt16 nId);
private:
- RtfExport(const RtfExport&) SAL_DELETED_FUNCTION;
+ RtfExport(const RtfExport&) = delete;
- RtfExport& operator=(const RtfExport&) SAL_DELETED_FUNCTION;
+ RtfExport& operator=(const RtfExport&) = delete;
void WriteFonts();
void WriteStyles();