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

            Bug ID: 149917
           Summary: LineStartName / LineEndName "Symmetric Arrow"
                    vanished.
           Product: LibreOffice
           Version: 7.3.3.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Draw
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: j...@psilosoph.de

How to reproduce: 
1.
Create an empty (1 page)  'Draw' component.
Insert an ordinary line.
Edit its properties via the UI an try to find "Symmetric Arrow" (or "Symmetric
arrow" for Arrow Styles (Start or End): Not offered
Select the line object.
Try to run in Basic IDE

l = ThisComponent.CurrentSelection(0)
l.LineStartName = "Symmetric arrow"

Error reported.

2. (Running V6.4.5 in parallel if possible)
Do the first two steps as described above.
Edit the line properties, and you find a name "Symmetric arrow".
Apply it to the start. Effect as expected.

3.
Copy the line object and insert it into the drawing created with 7.3.3
Inspect the pasted line with the UI: NO end styles though shown for the pasted
line in the view for Start.
Create a new ordinary line now.
select it and run in Basic

l = ThisComponent.CurrentSelection(0)
l.LineStartName = "Symmetric arrow"

Runs without error.
Result showing in the view.
Not showing in the properties dialog.

The "imported name" is n ow "half known" to the component.

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

Reply via email to