mirror of
https://github.com/LibreOffice/core.git
synced 2025-08-15 20:47:46 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user