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





------- Additional comments from [EMAIL PROTECTED] Tue Jul  3 12:01:35 +0000 
2007 -------
The problem is that AquaSalFram::GetKeyName is implemented as a dummy that
returns empty strings for key names. That triggers the if
(aKey.getName().getLen() == 0) continue; shortcut when filling the list box. 

The code appears to interpret an empty key name as: platform does not know this
key code, so we should not list it. 

Getting empty all the time also might cause more serious problems later, if the
code assumes the list is not empty.


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