summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/LocalRef.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/LocalRef.hxx')
-rw-r--r--connectivity/source/inc/java/LocalRef.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/inc/java/LocalRef.hxx b/connectivity/source/inc/java/LocalRef.hxx
index 765cbe9318b9..2e0369a384c0 100644
--- a/connectivity/source/inc/java/LocalRef.hxx
+++ b/connectivity/source/inc/java/LocalRef.hxx
@@ -76,8 +76,8 @@ namespace connectivity { namespace jdbc
bool is() const { return m_object != NULL; }
private:
- LocalRef(LocalRef &) SAL_DELETED_FUNCTION;
- void operator =(LocalRef &) SAL_DELETED_FUNCTION;
+ LocalRef(LocalRef &) = delete;
+ void operator =(LocalRef &) = delete;
protected:
JNIEnv& m_environment;