To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=74692 Issue #|74692 Summary|64bit: Form control properties do not show Component|porting Version|680m199 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|kendy Reported by|kendy
------- Additional comments from [EMAIL PROTECTED] Tue Feb 20 09:55:10 +0000 2007 ------- View -> Toolbars -> Form Controls, create eg. a checkbox, right-click on it, and choose Control... Nothing happens instead of opening the properties dialog. The reason is that SfxShell has virtual BOOL HasUIFeature( ULONG ), but it's ancestor FmFormShell tries to redefine it as sal_Bool HasUIFeature( sal_uInt32 ); of course later HasUIFeature( sal_uInt32 ) is never called. I'll attach a patch. --------------------------------------------------------------------- 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]
