summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/querydescriptor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/api/querydescriptor.hxx')
-rw-r--r--dbaccess/source/core/api/querydescriptor.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/querydescriptor.hxx b/dbaccess/source/core/api/querydescriptor.hxx
index bd44067f0a95..9133f7fd5005 100644
--- a/dbaccess/source/core/api/querydescriptor.hxx
+++ b/dbaccess/source/core/api/querydescriptor.hxx
@@ -112,8 +112,8 @@ class OQueryDescriptor : public comphelper::OMutexAndBroadcastHelper
,public ::comphelper::OPropertyArrayUsageHelper< OQueryDescriptor_Base >
,public ODataSettings
{
- OQueryDescriptor(const OQueryDescriptor&) SAL_DELETED_FUNCTION;
- void operator =(const OQueryDescriptor&) SAL_DELETED_FUNCTION;
+ OQueryDescriptor(const OQueryDescriptor&) = delete;
+ void operator =(const OQueryDescriptor&) = delete;
// helper
void registerProperties();
protected: