To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=42285
------- Additional comments from [EMAIL PROTECTED] Tue Feb 15 11:10:48 -0800 2005 ------- A comment on NOTE 10: the first argument passed to the ByteString constructor indicated in the error message is an rtl::OUString, which is a subclass of nothing but a friend of ::String. Given this, the ByteString::ByteString(const String&, unsigned short, unsigned long) version of the constructor seems more appropriate than the const unsigned short* one. However, does C++ allow typecasting one class to another if there isn't an explicit subclassing relationship but only a "friend" relationship? --------------------------------------------------------------------- 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]
