<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Adapt supportsService implementations to cppu::supportsService"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=54938#c52">Comment # 52</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Adapt supportsService implementations to cppu::supportsService"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=54938">bug 54938</a>
              from <span class="vcard"><a class="email" href="mailto:sbergman@redhat.com" title="Stephan Bergmann <sbergman@redhat.com>"> <span class="fn">Stephan Bergmann</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=54938#c51">comment #51</a>)
<span class="quote">> WizardsToolbarController doesn't inherit from XServiceInfo too, and I get
> some problems when I tried to add XServiceInfo.

> css::uno::Sequence<OUString>
> WizardsToolbarController::getSupportedServiceNames()
> throw (css::uno::RuntimeException)
> {
>     css::uno::Sequence< OUString > aRet(1);
>     OUString* pArray = aRet.getArray();
>     pArray[0] = "com.sun.star.frame.ToolbarController";
>     return aRet;
> }

> in framework/source/uielement/popuptoolbarcontroller.cxx</span >

Yes, looks like all those derivatives of PopupMenuToolbarController erroneously
fail to inherit from XServiceInfo.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>