summaryrefslogtreecommitdiff
path: root/vcl/osx/a11ylistener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/a11ylistener.cxx')
-rw-r--r--vcl/osx/a11ylistener.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/osx/a11ylistener.cxx b/vcl/osx/a11ylistener.cxx
index cd1a450d61b4..bc966361633a 100644
--- a/vcl/osx/a11ylistener.cxx
+++ b/vcl/osx/a11ylistener.cxx
@@ -50,30 +50,22 @@ NSString * getTableNotification( const AccessibleEventObject& aEvent )
return notification;
}
-
-
AquaA11yEventListener::AquaA11yEventListener(id wrapperObject, sal_Int16 role) : m_wrapperObject(wrapperObject), m_role(role)
{
[ m_wrapperObject retain ];
}
-
-
AquaA11yEventListener::~AquaA11yEventListener()
{
[ m_wrapperObject release ];
}
-
-
void SAL_CALL
AquaA11yEventListener::disposing( const EventObject& ) throw( RuntimeException, std::exception )
{
[ AquaA11yFactory removeFromWrapperRepositoryFor: [ (AquaA11yWrapper *) m_wrapperObject accessibleContext ] ];
}
-
-
void SAL_CALL
AquaA11yEventListener::notifyEvent( const AccessibleEventObject& aEvent ) throw( RuntimeException, std::exception )
{