https://issues.apache.org/ooo/show_bug.cgi?id=125834

bmarcelly <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from bmarcelly <[email protected]> ---
This macro is intended to work on a Writer document (see comment in line 105).

In Writer the selection supports service com.sun.star.text.TextRanges because
you can select more than one range of characters. This service provides
interface com.sun.star.container.XIndexAccess, giving method getCount().

In Draw you cannot select more than one range of characters.
Therefore the selection does not support com.sun.star.text.TextRanges, nor
com.sun.star.container.XIndexAccess, and then not getCount(). 

This issue is INVALID.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to