summaryrefslogtreecommitdiff
path: root/sc/inc/lookupcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/lookupcache.hxx')
-rw-r--r--sc/inc/lookupcache.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/lookupcache.hxx b/sc/inc/lookupcache.hxx
index 8c566a463d7d..a3f9bbc83d79 100644
--- a/sc/inc/lookupcache.hxx
+++ b/sc/inc/lookupcache.hxx
@@ -74,7 +74,7 @@ public:
delete mpStr;
}
- QueryCriteria & operator=( const QueryCriteria & r ) SAL_DELETED_FUNCTION;
+ QueryCriteria & operator=( const QueryCriteria & r ) = delete;
public:
@@ -190,8 +190,8 @@ private:
ScRange maRange;
ScDocument * mpDoc;
- ScLookupCache( const ScLookupCache & ) SAL_DELETED_FUNCTION;
- ScLookupCache & operator=( const ScLookupCache & ) SAL_DELETED_FUNCTION;
+ ScLookupCache( const ScLookupCache & ) = delete;
+ ScLookupCache & operator=( const ScLookupCache & ) = delete;
};