<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Allow multiple tags in tight extensions dialog"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137474#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Allow multiple tags in tight extensions dialog"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137474">bug 137474</a>
              from <span class="vcard"><a class="email" href="mailto:muhammet.kara@collabora.com" title="Muhammet Kara <muhammet.kara@collabora.com>"> <span class="fn">Muhammet Kara</span></a>
</span></b>
        <pre>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</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>