summaryrefslogtreecommitdiff
path: root/sc/inc/lookupcache.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:27:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:01 +0100
commitbdf2fcd5afb4a4fb1fe0683cf07a8beec78dcc04 (patch)
tree43dcaaa4325b8a76d2099f1dd74a2ea232ad2a67 /sc/inc/lookupcache.hxx
parentcfa3d6e562e758cbc18a099aa2a87309735ddf84 (diff)
loplugin:deletedspecial
Change-Id: Ieeca9fe957e7bc6a4cf9d7d6ac57f9ed150aab78
Diffstat (limited to 'sc/inc/lookupcache.hxx')
-rw-r--r--sc/inc/lookupcache.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sc/inc/lookupcache.hxx b/sc/inc/lookupcache.hxx
index 249b7942559c..6748ef00c7c9 100644
--- a/sc/inc/lookupcache.hxx
+++ b/sc/inc/lookupcache.hxx
@@ -74,9 +74,7 @@ public:
delete mpStr;
}
- // prevent usage
- QueryCriteria();
- QueryCriteria & operator=( const QueryCriteria & r );
+ QueryCriteria & operator=( const QueryCriteria & r ) SAL_DELETED_FUNCTION;
public:
@@ -200,9 +198,8 @@ private:
ScRange maRange;
ScDocument * mpDoc;
- // prevent usage
- ScLookupCache( const ScLookupCache & );
- ScLookupCache & operator=( const ScLookupCache & );
+ ScLookupCache( const ScLookupCache & ) SAL_DELETED_FUNCTION;
+ ScLookupCache & operator=( const ScLookupCache & ) SAL_DELETED_FUNCTION;
};