summaryrefslogtreecommitdiff
path: root/include/editeng/unolingu.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 /include/editeng/unolingu.hxx
parent27491c28cb67ada0a4c5eaa90eaf589425990582 (diff)
Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code
Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3
Diffstat (limited to 'include/editeng/unolingu.hxx')
-rw-r--r--include/editeng/unolingu.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/editeng/unolingu.hxx b/include/editeng/unolingu.hxx
index 06e890081bd4..113d1b35b8ca 100644
--- a/include/editeng/unolingu.hxx
+++ b/include/editeng/unolingu.hxx
@@ -81,8 +81,8 @@ class EDITENG_DLLPUBLIC LinguMgr
static ::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XDictionary > GetChangeAll();
- LinguMgr(const LinguMgr &) SAL_DELETED_FUNCTION;
- LinguMgr & operator = (const LinguMgr &) SAL_DELETED_FUNCTION;
+ LinguMgr(const LinguMgr &) = delete;
+ LinguMgr & operator = (const LinguMgr &) = delete;
public:
@@ -146,8 +146,8 @@ private:
::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XSearchableDictionaryList > xDicList;
- SvxDicListChgClamp(const SvxDicListChgClamp &) SAL_DELETED_FUNCTION;
- SvxDicListChgClamp & operator = (const SvxDicListChgClamp &) SAL_DELETED_FUNCTION;
+ SvxDicListChgClamp(const SvxDicListChgClamp &) = delete;
+ SvxDicListChgClamp & operator = (const SvxDicListChgClamp &) = delete;
public:
SvxDicListChgClamp( ::com::sun::star::uno::Reference<