To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=109049 Issue #|109049 Summary|Support visibility specifiers for type Component|scripting Version|DEV300m70 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|ab Reported by|ab
------- Additional comments from a...@openoffice.org Mon Feb 8 15:34:26 +0000 2010 ------- The following code leads to an error: public type MyType n as integer s as string end type Sub Main dim mt as new MyType mt.n = 42 mt.s = "foo" print mt.n, mt.s End Sub Without public it works. Using public/private should be supported. The code can also be used for testing. --------------------------------------------------------------------- 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: issues-unsubscr...@script.openoffice.org For additional commands, e-mail: issues-h...@script.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org