To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=104855 Issue #|104855 Summary|A lot of assertions complain about missing file URL wh |en creating a new empty document from a template Component|framework Version|1.0.0 Platform|Unknown URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|mba Reported by|mba
------- Additional comments from [email protected] Mon Sep 7 09:14:41 +0000 2009 ------- Sub createNewDoc Dim md(2) as New com.sun.star.beans.PropertyValue md(0).Name="TemplateName" md(0).Value="some_template" md(1).Name="TemplateRegionName" md(1).Value="My Templates" md(2).Name="AsTemplate" md(2).Value=TRUE StarDesktop.loadComponentFromURL("private:factory/swriter","_blank",0,md) End Sub --------------------------------------------------------------------- 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]
