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

            Bug ID: 162555
           Summary: Crash adding current drawing to the Gallery
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Draw
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Create a Draw document, put there something (e.g., a line, or a rectangle), and
execute the following Basic code:

Sub AddToGallery
  oGalleryProvider =
createUnoService("com.sun.star.gallery.GalleryThemeProvider")
  oTheme = oGalleryProvider.insertNewByName("_TestTheme1")
  oTheme.insertDrawingByIndex(ThisComponent, 0)
End Sub

=> Crash

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

Reply via email to