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


User rail changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'bobthehamster,eknagy,er,k|'bobthehamster,eknagy,er,k
                        |ami_,kendy,kpalagin,mmeeks|ami_,kendy,kpalagin,mmeeks
                        |,mmp,muthusuba,ssa,st,utom|,mmp,muthusuba,rail,ssa,st
                        |o99'                      |,utomo99'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Apr 10 11:47:06 +0000 
2008 -------
muthusuba:
I suggest to change the behavior of this patch this way:

change 

if( nCharSet >= 0 )
  aLbCharSet.SelectEntryPos( nCharSet );

to

if( !bPreselectUnicode && nCharSet >= 0 )
  aLbCharSet.SelectEntryPos( nCharSet );

or to

if( !bClipboard && nCharSet >= 0 )
  aLbCharSet.SelectEntryPos( nCharSet );


Charset field is disabled in "Text Import" and "Text to Column" modes
(bClipboard and bPreselectUnicode in both case). Using the character set
previously selected in "CSV Import" mode may cause data loss (see attached
screen shot) and it's of course an UX issue.

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