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

            Bug ID: 128792
           Summary: CreateUnoDialog fails
           Product: LibreOffice
           Version: 6.4.0.0.alpha0+
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Keywords: bibisected, bisected, regression
          Severity: major
          Priority: medium
         Component: BASIC
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: mikekagan...@hotmail.com
                CC: caol...@redhat.com

Download and install extension from [1]; in a spreadsheet, select some data and
try to run the extension (using the toolbar button, or Data->Remove Duplicates,
or directly running Sub RemoveDuplicates from My Macros &
Dialogs->RemoveDuplicates->RemoveDuplicates).

With current master, both on Windows and Linux, after
https://git.libreoffice.org/core/+/fe2c63e494ea66042406ad71234ebe076dec07dc it
fails with error "BASIC runtime error. Object variable not set." message on
line

> oDialog1.GetControl("OptionHint").Text = getText(5)

because oDialog1 is null at this point, despite it was set in line

> oDialog1 = CreateUnoDialog( DialogLibraries.RemoveDuplicates.Options )

[1] https://extensions.libreoffice.org/extensions/remove-duplicates-fast

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

Reply via email to