summaryrefslogtreecommitdiff
path: root/sc/inc/token.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/token.hxx
parentcfa3d6e562e758cbc18a099aa2a87309735ddf84 (diff)
loplugin:deletedspecial
Change-Id: Ieeca9fe957e7bc6a4cf9d7d6ac57f9ed150aab78
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r--sc/inc/token.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx
index 0d54a4b03816..f742d01ad7a1 100644
--- a/sc/inc/token.hxx
+++ b/sc/inc/token.hxx
@@ -368,9 +368,8 @@ class SingleDoubleRefModifier
ScSingleRefData* pS;
ScComplexRefData* pD;
- // not implemented, prevent usage
- SingleDoubleRefModifier( const SingleDoubleRefModifier& );
- SingleDoubleRefModifier& operator=( const SingleDoubleRefModifier& );
+ SingleDoubleRefModifier( const SingleDoubleRefModifier& ) SAL_DELETED_FUNCTION;
+ SingleDoubleRefModifier& operator=( const SingleDoubleRefModifier& ) SAL_DELETED_FUNCTION;
public:
SingleDoubleRefModifier( formula::FormulaToken& rT )