summaryrefslogtreecommitdiffstats
path: root/include/comphelper/accessibleeventnotifier.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/accessibleeventnotifier.hxx')
-rw-r--r--include/comphelper/accessibleeventnotifier.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/accessibleeventnotifier.hxx b/include/comphelper/accessibleeventnotifier.hxx
index c401503dba69..0cef8ed1487c 100644
--- a/include/comphelper/accessibleeventnotifier.hxx
+++ b/include/comphelper/accessibleeventnotifier.hxx
@@ -44,8 +44,8 @@ namespace comphelper
~AccessibleEventNotifier( ); // never implemented
private:
- AccessibleEventNotifier( const AccessibleEventNotifier& ) SAL_DELETED_FUNCTION;
- AccessibleEventNotifier& operator=( const AccessibleEventNotifier& ) SAL_DELETED_FUNCTION;
+ AccessibleEventNotifier( const AccessibleEventNotifier& ) = delete;
+ AccessibleEventNotifier& operator=( const AccessibleEventNotifier& ) = delete;
public:
/** registers a client of this class, means a broadcaster of AccessibleEvents