To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=55078 Issue #:|55078 Summary:|Format->Page->Page accellerator's action is wrong. Component:|Word processor Version:|OOO 2.0 Beta2 Platform:|All URL:| OS/Version:|All Status:|UNCONFIRMED Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|ui Assigned to:|mru Reported by:|jlcheng
------- Additional comments from [EMAIL PROTECTED] Mon Sep 26 01:21:27 -0700 2005 ------- In source file(SRC_ROOT\svx\source\dialog\page.hxx(157,159)), the two line is(marked "//<<<<"): ListBox aLayoutBox;//<<<< FixedText aPageText; ListBox aNumberFormatBox;//<<<< FixedText aNumberFormatText; The result is(in writer): when you press "Alt+y"(Page la~yout), action is "Format"(ListBox is "1, 2, 3, ..."). When you press "Alt+m"(For~mat), action is "Register-true"(CheckBox). So I think the code should like("//^^^^" means move up): FixedText aPageText;//^^^^ ListBox aLayoutBox;//<<<< FixedText aNumberFormatText;//^^^^ ListBox aNumberFormatBox;//<<<< And my code test result is ok. And do you think this is better? --------------------------------------------------------------------- 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]