[Libreoffice-commits] .: vcl/aqua

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 29 12:33:07 PST 2012


 vcl/aqua/source/a11y/aqua11ywrapper.mm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a3787e3e368d0195511af6a1c04e002bcebeb055
Author: Thorsten Behrens <tbehrens at suse.com>
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


More information about the Libreoffice-commits mailing list