vcl/aqua/source/a11y/aqua11ywrapper.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a3787e3e368d0195511af6a1c04e002bcebeb055 Author: Thorsten Behrens <[email protected]> Date: Thu Nov 29 21:31:30 2012 +0100 Fix missing place after a11y API change. The accessible event listener registration changed name. Change-Id: I869cd6341dbe52e9533f167891ce000fa8928976 diff --git a/vcl/aqua/source/a11y/aqua11ywrapper.mm b/vcl/aqua/source/a11y/aqua11ywrapper.mm index 1491a04..b3517b0 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
