summaryrefslogtreecommitdiff
path: root/sc/inc/chart2uno.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-12 15:25:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-12 17:52:26 +0200
commitbff4c13475957863bfa7da5bc3bcf82a64a7503a (patch)
tree23530ecc27cb8d46b26d5d4aea6b058e5fbaf9db /sc/inc/chart2uno.hxx
parent27491c28cb67ada0a4c5eaa90eaf589425990582 (diff)
Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code
Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3
Diffstat (limited to 'sc/inc/chart2uno.hxx')
-rw-r--r--sc/inc/chart2uno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx
index 6dbebe699a33..2f72a6ea4be5 100644
--- a/sc/inc/chart2uno.hxx
+++ b/sc/inc/chart2uno.hxx
@@ -373,7 +373,7 @@ private:
DECL_LINK_TYPED( ValueListenerHdl, const SfxHint&, void );
private:
- ScChart2DataSequence(const ScChart2DataSequence& r) SAL_DELETED_FUNCTION;
+ ScChart2DataSequence(const ScChart2DataSequence& r) = delete;
class ExternalRefListener : public ScExternalRefManager::LinkListener
{
@@ -386,7 +386,7 @@ private:
const std::unordered_set<sal_uInt16>& getAllFileIds() { return maFileIds;}
private:
- ExternalRefListener(const ExternalRefListener& r) SAL_DELETED_FUNCTION;
+ ExternalRefListener(const ExternalRefListener& r) = delete;
ScChart2DataSequence& mrParent;
std::unordered_set<sal_uInt16> maFileIds;