<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Reduce number of typedefs used for trivial container types"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=96099#c44">Comment # 44</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Reduce number of typedefs used for trivial container types"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=96099">bug 96099</a>
              from <span class="vcard"><a class="email" href="mailto:zolnaitamas2000@gmail.com" title="Tamás Zolnai <zolnaitamas2000@gmail.com>"> <span class="fn">Tamás Zolnai</span></a>
</span></b>
        <pre>Hi guys,

I see some good candidates in writerfilter code. Pointer types used to be
defined for different handlers (e.g.: OLEHandlerPtr). I think it's better to
see the actual pointer type when looking at the code.
Use this command to find this kind of typedefs:
git grep ".*HandlerPtr"</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>