https://bugs.documentfoundation.org/show_bug.cgi?id=167948
--- Comment #2 from Adomas VenĨkauskas <[email protected]> --- Sorry, I was copying this from our codebase and trimming parts that are not relevant. ``` public XTextViewCursor getSelection() { XTextViewCursorSupplier supplier = (XTextViewCursorSupplier) UnoRuntime.queryInterface(XTextViewCursorSupplier.class, controller); return supplier.getViewCursor(); } ``` -- You are receiving this mail because: You are the assignee for the bug.
