summaryrefslogtreecommitdiff
path: root/binaryurp/source/bridge.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/bridge.hxx')
-rw-r--r--binaryurp/source/bridge.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryurp/source/bridge.hxx b/binaryurp/source/bridge.hxx
index 1fe1bd6b5e3c..a35f7d16612b 100644
--- a/binaryurp/source/bridge.hxx
+++ b/binaryurp/source/bridge.hxx
@@ -169,8 +169,8 @@ public:
bool isCurrentContextMode();
private:
- Bridge(const Bridge&) SAL_DELETED_FUNCTION;
- Bridge& operator=(const Bridge&) SAL_DELETED_FUNCTION;
+ Bridge(const Bridge&) = delete;
+ Bridge& operator=(const Bridge&) = delete;
virtual ~Bridge();