summaryrefslogtreecommitdiff
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 b88bae441455..c401503dba69 100644
--- a/include/comphelper/accessibleeventnotifier.hxx
+++ b/include/comphelper/accessibleeventnotifier.hxx
@@ -44,8 +44,8 @@ namespace comphelper
~AccessibleEventNotifier( ); // never implemented
private:
- COMPHELPER_DLLPRIVATE AccessibleEventNotifier( const AccessibleEventNotifier& ); // never implemented!
- COMPHELPER_DLLPRIVATE AccessibleEventNotifier& operator=( const AccessibleEventNotifier& ); // never implemented!
+ AccessibleEventNotifier( const AccessibleEventNotifier& ) SAL_DELETED_FUNCTION;
+ AccessibleEventNotifier& operator=( const AccessibleEventNotifier& ) SAL_DELETED_FUNCTION;
public:
/** registers a client of this class, means a broadcaster of AccessibleEvents