To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72667
User pjanik changed the following:
What |Old value |New value
================================================================================
CC|'ericb' |'er,ericb,sb'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Dec 18 11:08:45 -0800
2006 -------
The problem is as follows:
Previous version of ICU used this:
static const int32_t DONE;
New version is using:
enum {
/**
* DONE is returned by previous() and next() after all valid
* boundaries have been returned.
* @stable ICU 2.0
*/
DONE = (int32_t)-1
};
Temporary fix here can be:
-enum {
+enum something_not_used {
What do you think?
---------------------------------------------------------------------
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]