[PATCH libreoffice-3-6] obtain days in month from non-normalized date, fdo#63805 rel...

Eike Rathke (via Code Review) gerrit at gerrit.libreoffice.org
Fri May 17 08:33:01 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3947

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/47/3947/1

obtain days in month from non-normalized date, fdo#63805 related

Change-Id: I05cefb96d7d6290ff7e1a89fa88b21da7a6c82a2
(cherry picked from commit 59d6bde4045e928b5d68fb23e3340fa0e48f3e33)
---
M vcl/source/control/field2.cxx
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/vcl/source/control/field2.cxx b/vcl/source/control/field2.cxx
index e625a1f..07992e5 100644
--- a/vcl/source/control/field2.cxx
+++ b/vcl/source/control/field2.cxx
@@ -1387,7 +1387,7 @@
         }
     }
 
-    sal_uInt16 nDaysInMonth = rDate.GetDaysInMonth();
+    sal_uInt16 nDaysInMonth = Date::GetDaysInMonth( rDate.GetMonth(), rDate.GetYear());
     if ( rDate.GetDay() > nDaysInMonth )
         rDate.SetDay( nDaysInMonth );
 }

-- 
To view, visit https://gerrit.libreoffice.org/3947
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I05cefb96d7d6290ff7e1a89fa88b21da7a6c82a2
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-3-6
Gerrit-Owner: Eike Rathke <erack at redhat.com>



More information about the LibreOffice mailing list