summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2012-11-29 21:31:30 +0100
committerThorsten Behrens <tbehrens@suse.com>2012-11-29 21:32:40 +0100
commita3787e3e368d0195511af6a1c04e002bcebeb055 (patch)
tree427d5785e0dfe003fa4d8708001c44942dde9cb5 /vcl
parent0a9e0fbcecab9fda2ffa2e87e5f338add18daf62 (diff)
Fix missing place after a11y API change.
The accessible event listener registration changed name. Change-Id: I869cd6341dbe52e9533f167891ce000fa8928976
Diffstat (limited to 'vcl')
-rw-r--r--vcl/aqua/source/a11y/aqua11ywrapper.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/aqua/source/a11y/aqua11ywrapper.mm b/vcl/aqua/source/a11y/aqua11ywrapper.mm
index 1491a04f5045..b3517b07d1df 100644
--- a/vcl/aqua/source/a11y/aqua11ywrapper.mm
+++ b/vcl/aqua/source/a11y/aqua11ywrapper.mm
@@ -117,7 +117,7 @@ static BOOL isPopupMenuOpen = NO;
* We intentionally do not hold a reference to the event listener in the wrapper object,
* but let the listener control the life cycle of the wrapper instead ..
*/
- xBroadcaster->addEventListener( new AquaA11yEventListener( self, rxAccessibleContext -> getAccessibleRole() ) );
+ xBroadcaster->addAccessibleEventListener( new AquaA11yEventListener( self, rxAccessibleContext -> getAccessibleRole() ) );
}
}
// TABLE_CELL