summaryrefslogtreecommitdiff
path: root/chart2/source/inc/LifeTime.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:08:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:35:56 +0100
commit5b736d96ba96d9b40a90188b334c6014d349bdf6 (patch)
tree526490cc182fc6f99ce437a6cc5b8bd10c78b416 /chart2/source/inc/LifeTime.hxx
parent5272bfb329e828092de0f49bebdf9a8ce2a40c5b (diff)
loplugin:deletedspecial
Change-Id: Ifdbeea8d4e49ae38b843675758fcc29aee974bdf
Diffstat (limited to 'chart2/source/inc/LifeTime.hxx')
-rw-r--r--chart2/source/inc/LifeTime.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/chart2/source/inc/LifeTime.hxx b/chart2/source/inc/LifeTime.hxx
index edcdcab0806a..63c9bdadf0c4 100644
--- a/chart2/source/inc/LifeTime.hxx
+++ b/chart2/source/inc/LifeTime.hxx
@@ -203,10 +203,8 @@ private:
bool m_bLongLastingCallRegistered;
private:
- // these make no sense
- LifeTimeGuard( ::osl::Mutex& rMutex );
- LifeTimeGuard( const LifeTimeGuard& );
- LifeTimeGuard& operator= ( const LifeTimeGuard& );
+ LifeTimeGuard( const LifeTimeGuard& ) SAL_DELETED_FUNCTION;
+ LifeTimeGuard& operator= ( const LifeTimeGuard& ) SAL_DELETED_FUNCTION;
};
template<class T>