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

--- Comment #1 from Muhammet Kara <[email protected]> ---
Makes sense. One way to do it:

Change this:

aArgs[0].Value <<= OUString("Templates");

into this:

aArgs[0].Value <<= OUString("Templates;Writer;Foo");

And parse in AdditionsDialog.cxx by using something like OUString::getToken

-- 
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