summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/unmarshal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/unmarshal.hxx')
-rw-r--r--binaryurp/source/unmarshal.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryurp/source/unmarshal.hxx b/binaryurp/source/unmarshal.hxx
index 3c523aa3f637..0cbb1193c9ed 100644
--- a/binaryurp/source/unmarshal.hxx
+++ b/binaryurp/source/unmarshal.hxx
@@ -65,8 +65,8 @@ public:
void done() const;
private:
- Unmarshal(const Unmarshal&) SAL_DELETED_FUNCTION;
- Unmarshal& operator=(const Unmarshal&) SAL_DELETED_FUNCTION;
+ Unmarshal(const Unmarshal&) = delete;
+ Unmarshal& operator=(const Unmarshal&) = delete;
void check(sal_Int32 size) const;