summaryrefslogtreecommitdiff
path: root/binaryurp/source/proxy.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/proxy.hxx')
-rw-r--r--binaryurp/source/proxy.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryurp/source/proxy.hxx b/binaryurp/source/proxy.hxx
index 7a758dd3e23d..7f90f116c137 100644
--- a/binaryurp/source/proxy.hxx
+++ b/binaryurp/source/proxy.hxx
@@ -63,8 +63,8 @@ public:
OUString * oid);
private:
- Proxy(const Proxy&) SAL_DELETED_FUNCTION;
- Proxy& operator=(const Proxy&) SAL_DELETED_FUNCTION;
+ Proxy(const Proxy&) = delete;
+ Proxy& operator=(const Proxy&) = delete;
~Proxy();