include/connectivity/dbconversion.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c23a560f4b524b1c88bd2106830bad8d956f232f
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Mon Jul 21 12:09:43 2025 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Mon Jul 21 13:59:59 2025 +0200

    Fix comment after 5b808448dc79e996efa7cb5082145d4e5803daa6
    
    Change-Id: Id10811fc5eedc2983eb0445827ffa7882fce2180
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188105
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/include/connectivity/dbconversion.hxx 
b/include/connectivity/dbconversion.hxx
index e9471344cea9..5150e5e7e384 100644
--- a/include/connectivity/dbconversion.hxx
+++ b/include/connectivity/dbconversion.hxx
@@ -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

Reply via email to