To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103528
------- Additional comments from [email protected] Tue Jul 14 10:37:29 +0000 2009 ------- Sure - Assuming that's allowed. Ocke's on vacation - so Looked over the source file and it seems to be a simple typo in the libarary.java file .... functionMap.put("bitor", bitor); functionMap.put("bitxor", bitor); .... Checked that there is actually a bitxor function in the file - there is and it looks correct - I will go ahead and rebuiild a jar file here with what looks like a line (character) fix .... functionMap.put("bitor", bitor); functionMap.put("bitxor", bitxor); .... and if all works, attach a diff file to the issue. (don't worry I won't make a habit of this) --------------------------------------------------------------------- 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]
