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


Cor Nouws wrote (21-11-11 13:17)

(NB, I think I saw a comment somewhere, that display of date/time have
been completely disabled .. shall look if I can find that again)

Indeed, line 426 in svx/source/stbctrls/pszctrl.cxx
  // Empty display if neither size nor table position are available.
  // Date/Time are no longer used (#65302#).
   pDev->DrawRect( rRect );

However, the only time 'related' that is in the code in that class is on line 298 and further:
    else
    {
        DBG_ERRORFILE( "invalid item type" );
        // nevertheless show date and time
        pImp->bPos = sal_False;
        pImp->bSize = sal_False;
        pImp->bTable = sal_False;
    }

I see no vars that I think were related to actually showing date/time.
So mostly the comment is outdated. Well, things like that do happen ;-)


--
 - Cor
 - http://nl.libreoffice.org


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.