summaryrefslogtreecommitdiff
path: root/sc/inc/listenerquery.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/listenerquery.hxx')
-rw-r--r--sc/inc/listenerquery.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/listenerquery.hxx b/sc/inc/listenerquery.hxx
index 960ad9cd9232..796116e56d1a 100644
--- a/sc/inc/listenerquery.hxx
+++ b/sc/inc/listenerquery.hxx
@@ -52,8 +52,8 @@ class QueryRange : public SvtListener::QueryBase
struct Impl;
Impl* mpImpl;
- QueryRange( const QueryRange& ) SAL_DELETED_FUNCTION;
- QueryRange& operator= ( const QueryRange& ) SAL_DELETED_FUNCTION;
+ QueryRange( const QueryRange& ) = delete;
+ QueryRange& operator= ( const QueryRange& ) = delete;
public:
QueryRange();