Fix comment after 5b808448dc

Change-Id: Id10811fc5eedc2983eb0445827ffa7882fce2180
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188105
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
This commit is contained in:
Mike Kaganski
2025-07-21 12:09:43 +02:00
parent 8d769fb69b
commit c23a560f4b

View File

@ -111,7 +111,7 @@ namespace dbtools::DBTypeConversion
*/
inline double toNullDate(const css::util::Date& _rNullDate, double _rVal) { return _rVal - toDays(_rNullDate); }
// return the date from the numberformatsupplier or the STANDARD_DATE (1900,1,1)
// return the date from the numberformatsupplier or the STANDARD_DATE (1899,12,30)
OOO_DLLPUBLIC_DBTOOLS css::util::Date getNULLDate(const css::uno::Reference< css::util::XNumberFormatsSupplier > &xSupplier);
// return the date in the format %04d-%02d-%02d