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


User sb changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'kr,mt'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Oct 24 08:01:00 -0700 
2006 -------
I would suggest to just drop

UniString(
  const sal_Char* pByteStr,
  rtl_TextEncoding eTextEncoding,
  sal_uInt32 nCvtFlags = BYTESTRING_TO_UNISTRING_CVTFLAGS);

and only keep

UniString(
  const sal_Char* pByteStr,
  xub_StrLen nLen,
  rtl_TextEncoding eTextEncoding,
  sal_uInt32 nCvtFlags = BYTESTRING_TO_UNISTRING_CVTFLAGS);

and do an incompatible cleanup from tools upwards.  (ByteString, rtl::OUString,
rtl::OString seem to not have any equally problematic functions, by the way.)

@kr,mt:  Are you planning on any tools string changes, anyway?  Otherwise, I
would suggest we do this on a OOo 2.x target (I assume there are not too many
occurrences of that constructor).

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