[Libreoffice-bugs] [Bug 128792] New: CreateUnoDialog fails

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Nov 14 06:40:53 UTC 2019


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 at lists.freedesktop.org
          Reporter: mikekaganski at hotmail.com
                CC: caolanm at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191114/375c2bf2/attachment-0001.html>


More information about the Libreoffice-bugs mailing list