[Libreoffice-bugs] [Bug 137474] Allow multiple tags in tight extensions dialog
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Oct 17 23:01:18 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=137474
--- Comment #1 from Muhammet Kara <muhammet.kara at collabora.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201017/fec38b14/attachment.htm>
More information about the Libreoffice-bugs
mailing list