Just a little input about patch, nothing serious but its worth saying, when checking if a container has elements, dont use the size() call since its O(n) and not a constant call on some stl implementations, its preferred to use empty().
On Mon, Sep 19, 2011 at 7:51 PM, Daniel Di Marco <d.dima...@gmx.de> wrote: > Hi, > > I replaced some usages of SvUShorts with std::vectors. > License is LGPLv3+/MPL > > > Cheers, > Daniel > > _______________________________________________ > LibreOffice mailing list > LibreOffice@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/libreoffice > >
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice