Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Hi all,

commit 859018061956b1937c7be3809a9858cbd610fa9c fixes yet another STL
conversion bug (no offense meant, Noel--your work is much appreciated).

As a side note: I have to admire the ingenuity of authors of the TOX
implementation in Writer, whose glorious idea to define virtual
operator== and operator< (with unrelated semantics) for the
SwTOXSortTabBase class hierarchy allows us to write code like:

if(*pOld == *pNew)
{
    if(*pOld < *pNew)
...

D.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.