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

            Bug ID: 137460
           Summary: Wrong additionstag / empty list of tight extensions
                    makes crashes the app
           Product: LibreOffice
           Version: 7.1.0.0.alpha0+ Master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: UI
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
            Blocks: 133026

css::uno::Sequence<css::beans::PropertyValue> aArgs(1);
    aArgs[0].Name = "AdditionsTag";
    aArgs[0].Value <<= OUString("Foo"); <= this is wrong
    comphelper::dispatchCommand(".uno:AdditionsDialog", aArgs);


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133026
[Bug 133026] [META] Tight integration of extensions
-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to