summaryrefslogtreecommitdiff
path: root/stoc/source/invocation_adapterfactory/iafactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/invocation_adapterfactory/iafactory.cxx')
-rw-r--r--stoc/source/invocation_adapterfactory/iafactory.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/invocation_adapterfactory/iafactory.cxx b/stoc/source/invocation_adapterfactory/iafactory.cxx
index 301f62d66c0d..690ecb5e712b 100644
--- a/stoc/source/invocation_adapterfactory/iafactory.cxx
+++ b/stoc/source/invocation_adapterfactory/iafactory.cxx
@@ -166,8 +166,8 @@ struct AdapterImpl
FactoryImpl * pFactory );
// Copy assignment is forbidden and not implemented.
- AdapterImpl (const AdapterImpl &) SAL_DELETED_FUNCTION;
- AdapterImpl & operator= (const AdapterImpl &) SAL_DELETED_FUNCTION;
+ AdapterImpl (const AdapterImpl &) = delete;
+ AdapterImpl & operator= (const AdapterImpl &) = delete;
};
inline AdapterImpl::~AdapterImpl()