summaryrefslogtreecommitdiff
path: root/include/cppuhelper/propertysetmixin.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:11:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:35:57 +0100
commitedbb1b6be7ea0121d52b22ece5e16b8ef252d724 (patch)
tree43daecfdbbb636f0f34d2edbfd360ec0a30db1d9 /include/cppuhelper/propertysetmixin.hxx
parent109113c4c84e833f31d7425080dd79cc7c95b5fd (diff)
loplugin:deletedspecial
Change-Id: I0b91d813d0ec432f15aaf2d31a11dd4c505e2e54
Diffstat (limited to 'include/cppuhelper/propertysetmixin.hxx')
-rw-r--r--include/cppuhelper/propertysetmixin.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/cppuhelper/propertysetmixin.hxx b/include/cppuhelper/propertysetmixin.hxx
index 73df16550951..56a5a17d6eb6 100644
--- a/include/cppuhelper/propertysetmixin.hxx
+++ b/include/cppuhelper/propertysetmixin.hxx
@@ -158,8 +158,8 @@ protected:
void notify() const;
private:
- BoundListeners( const BoundListeners&); // not defined
- void operator=( const BoundListeners&); // not defined
+ BoundListeners( const BoundListeners&) SAL_DELETED_FUNCTION;
+ void operator=( const BoundListeners&) SAL_DELETED_FUNCTION;
class Impl;
Impl * m_impl;
@@ -382,8 +382,8 @@ protected:
com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
- PropertySetMixinImpl( const PropertySetMixinImpl&); // not defined
- void operator=( const PropertySetMixinImpl&); // not defined
+ PropertySetMixinImpl( const PropertySetMixinImpl&) SAL_DELETED_FUNCTION;
+ void operator=( const PropertySetMixinImpl&) SAL_DELETED_FUNCTION;
PropertySetMixinImpl(
com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
@@ -474,8 +474,8 @@ protected:
~PropertySetMixin() {}
private:
- PropertySetMixin( const PropertySetMixin&); // not defined
- void operator=( const PropertySetMixin&); // not defined
+ PropertySetMixin( const PropertySetMixin&) SAL_DELETED_FUNCTION;
+ void operator=( const PropertySetMixin&) SAL_DELETED_FUNCTION;
};
#if defined __GNUC__ && !defined __clang__
#pragma GCC diagnostic pop