summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/ContentProperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon/ContentProperties.hxx')
-rw-r--r--ucb/source/ucp/webdav-neon/ContentProperties.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav-neon/ContentProperties.hxx b/ucb/source/ucp/webdav-neon/ContentProperties.hxx
index 1e730c836a0d..3943f8dd620a 100644
--- a/ucb/source/ucp/webdav-neon/ContentProperties.hxx
+++ b/ucb/source/ucp/webdav-neon/ContentProperties.hxx
@@ -161,7 +161,7 @@ private:
static com::sun::star::uno::Any m_aEmptyAny;
- ContentProperties & operator=( const ContentProperties & ) SAL_DELETED_FUNCTION;
+ ContentProperties & operator=( const ContentProperties & ) = delete;
const PropertyValue * get( const OUString & rName ) const;
};
@@ -171,8 +171,8 @@ class CachableContentProperties
private:
ContentProperties m_aProps;
- CachableContentProperties & operator=( const CachableContentProperties & ) SAL_DELETED_FUNCTION;
- CachableContentProperties( const CachableContentProperties & ) SAL_DELETED_FUNCTION;
+ CachableContentProperties & operator=( const CachableContentProperties & ) = delete;
+ CachableContentProperties( const CachableContentProperties & ) = delete;
public:
explicit CachableContentProperties( const ContentProperties & rProps );