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





------- Additional comments from [EMAIL PROTECTED] Thu Jan 26 04:08:51 -0800 
2006 -------
see sw/source/filter/ww8/writerwordglue.cxx and MSDateTimeFormatToSwFormat.
Might be possible to detect and special case convert this unavailable scenario.

In fact I see that mmaher stuck in a special-case for german only in there

                   if(rLang == LANGUAGE_GERMAN)
                    {
                        // MM German word documents understand yy and dd.
                        // We do not, we use jj and tt instead.
                        if(nChar == 'y' || nChar == 'Y')
                            rParams.SetChar(nI, 'J');
                        else if(nChar == 'd' || nChar == 'D')
                            rParams.SetChar(nI, 'T');
                    }

a more generic solution would sort this bug out methinks

---------------------------------------------------------------------
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