summaryrefslogtreecommitdiffstats
path: root/sc/inc/linkuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/linkuno.hxx')
-rw-r--r--sc/inc/linkuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/linkuno.hxx b/sc/inc/linkuno.hxx
index 9789dc5e8dbb..63306cc64d28 100644
--- a/sc/inc/linkuno.hxx
+++ b/sc/inc/linkuno.hxx
@@ -513,7 +513,7 @@ public:
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
- ScExternalSheetCacheObj(const ScExternalSheetCacheObj&) SAL_DELETED_FUNCTION;
+ ScExternalSheetCacheObj(const ScExternalSheetCacheObj&) = delete;
private:
ScDocShell* mpDocShell;
@@ -607,7 +607,7 @@ public:
virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
- ScExternalDocLinksObj(const ScExternalDocLinksObj&) SAL_DELETED_FUNCTION;
+ ScExternalDocLinksObj(const ScExternalDocLinksObj&) = delete;
private:
ScDocShell* mpDocShell;