https://bugs.documentfoundation.org/show_bug.cgi?id=173006
Neil Roberts <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Neil Roberts <[email protected]> --- You might be able to fix it if you do this instead: StarDesktop.CurrentComponent.CurrentController.Frame.ContainerWindow.getProperty("XAccessible").AccessibleContext That was what was done to fix AcceleratorKeyChecker.fodt. https://gerrit.libreoffice.org/c/core/+/208207 But in the long run the XAccessible interface is still meant to be an internal unpublished interface that can change between releases so we should probably think of an alternative if people want to use it from macros. -- You are receiving this mail because: You are the assignee for the bug.
