summaryrefslogtreecommitdiff
path: root/sc/inc/chartlock.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/chartlock.hxx
parentcfa3d6e562e758cbc18a099aa2a87309735ddf84 (diff)
loplugin:deletedspecial
Change-Id: Ieeca9fe957e7bc6a4cf9d7d6ac57f9ed150aab78
Diffstat (limited to 'sc/inc/chartlock.hxx')
-rw-r--r--sc/inc/chartlock.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/inc/chartlock.hxx b/sc/inc/chartlock.hxx
index c5383a645ad6..c41c537b1f40 100644
--- a/sc/inc/chartlock.hxx
+++ b/sc/inc/chartlock.hxx
@@ -44,8 +44,7 @@ private:
std::vector< ::com::sun::star::uno::WeakReference<
::com::sun::star::frame::XModel > > maChartModels;
- ScChartLockGuard();
- ScChartLockGuard( const ScChartLockGuard& );
+ ScChartLockGuard( const ScChartLockGuard& ) SAL_DELETED_FUNCTION;
};
/** Use this to lock all charts in the calc for a little time.
@@ -69,8 +68,7 @@ private:
DECL_LINK(TimeoutHdl, void *);
- ScTemporaryChartLock();
- ScTemporaryChartLock( const ScTemporaryChartLock& );
+ ScTemporaryChartLock( const ScTemporaryChartLock& ) SAL_DELETED_FUNCTION;
};
#endif