Kaydet (Commit) cbe2c9bd authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707920 Uninitialized scalar field

and

coverity#1250438 Uninitialized scalar field

Change-Id: I029e033feb0805a0f744c68d43602217f9f01f6e
üst 5d87009c
......@@ -141,6 +141,8 @@ Calendar_gregorian::init(const Era *_eraArray)
{
cCalendar = "com.sun.star.i18n.Calendar_gregorian";
fieldSet = 0;
// #i102356# With icu::Calendar::createInstance(UErrorCode) in a Thai
// th_TH system locale we accidentally used a Buddhist calendar. Though
// the ICU documentation says that should be the case only for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment