https://bugs.freedesktop.org/show_bug.cgi?id=59484

          Priority: medium
            Bug ID: 59484
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: : Dialog endExecute() crash libreoffice
          Severity: normal
    Classification: Unclassified
                OS: Windows (All)
          Reporter: francogpellegr...@gmail.com
          Hardware: Other
        Whiteboard: BSA
            Status: UNCONFIRMED
           Version: 3.6.4.3 release
         Component: Spreadsheet
           Product: LibreOffice

Problem description: 
When I use the method endExecute() in a Dialog (to close it with a specific
condition) 90% libreofice crash.

Steps to reproduce:
1. create a dialog (GUI)
2. excecute it with a button with some macro like:

Dim oDlg As Object
Sub StartDialog
oDlg = CreateUnoDialog(DialogLibraries.Standard.Dialog1 )
oDlg.execute()
End Sub 

3. finish the dialog excecution with a button in it, excecuting the macro:

Sub CloseDialog
oDlg.endExecute()
End Sub

Current behavior:
90% crash prob 

Expected behavior:
Close the Dialog

Operating System: Windows 8
Version: 3.6.4.3 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to