To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36594





------- Additional comments from [EMAIL PROTECTED] Fri Jan  5 00:07:22 -0800 
2007 -------
I've investigated the problem and the contributed patch - the both contributed
patches are the same.

As stated in the defect description, we have two problems with the bugdoc
<dateFields.doc> in French version of OOo:
(1) wrong date format for the year - 01/01/200404
(2) no year and no day - d janvier yyyy

Bugdoc <dateFields - BenSewell.doc> shows another problem in all language 
versions:
(3) completely wrong date - "22

I can reproduce problems (1) and (3), but I can't reproduce problem (2).

ad (1):
The contributed patch solves problem (1). But it's not appropriate. The defect
cause is that in method <GetWordDefaultDateStringAsUS(..)> a string replacement
is performed - "YY" replaced by "YYYY". Thus, variable <sParams> could contain
the string "DD/MM/YYYYYY", which isn't correct. Thus, method
<GetWordDefaultDateStringAsUS(..)> should be adjusted.

ad (3)
The defect cause is that the format string isn't correctly parsed. I'm still
investigating.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to