https://bugs.documentfoundation.org/show_bug.cgi?id=150305

            Bug ID: 150305
           Summary: A marked Fontwork shape is not in 'Current Selection'
                    in Development tools
           Product: LibreOffice
           Version: 7.5.0.0 alpha0+ Master
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: rb.hensc...@t-online.de

Start a Writer document. Open Development tools and click on 'Current
Selection' and 'Properties'.
Insert a Fontwork shape and select it.
Error: There is Class name: SwXTextRanges and the Properties window is empty.
'Refesh' does not change it.
Expected: The properties of the shape are shown in the window and there is
Class name: com.sun.star.drawing.SvxShapeCollection

The same problem and likely the underlying reason exists in Basic macros.
In
dim oDoc as object: oDoc=ThisComponent
dim oShapeCollectionWriter as variant
oShapeCollectionWriter = oDoc.CurrentSelection

The variable oShapeCollectionWriter is empty.

I have seen a similar problem with extruded shapes in bug 146316. For normal
shapes the variable oShapeCollectionWriter is not empty.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to