[PATCH libreoffice-4-0] 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:31:54 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3946
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/46/3946/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 725f697..0ecd576 100644
--- a/vcl/source/control/field2.cxx
+++ b/vcl/source/control/field2.cxx
@@ -1365,7 +1365,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/3946
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I05cefb96d7d6290ff7e1a89fa88b21da7a6c82a2
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Eike Rathke <erack at redhat.com>
More information about the LibreOffice
mailing list