To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106601 Issue #|106601 Summary|templwin.cxx: template url should be configurable Component|framework Version|OOo 3.1.1 Platform|Unknown URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|tm Reported by|brinzing
------- Additional comments from brinz...@openoffice.org Wed Nov 4 12:05:01 +0000 2009 ------- [...] void SvtDocumentTemplateDialog::InitImpl( ) { pImpl = new SvtTmplDlg_Impl( this ); pImpl->aTitle = GetText(); aMoreTemplatesLink.SetURL( String( RTL_CONSTASCII_STRINGPARAM( "http://templates.services.openoffice.org/?cid=923508" ) ) ); aMoreTemplatesLink.SetClickHdl( LINK( this, SvtDocumentTemplateDialog, OpenLinkHdl_Impl ) ); [...] imho the template url should be also configurable in Common.xcu <node oor:name="Help"> <node oor:name="StartCenter"> <prop oor:name="TemplateRepositoryURL" oor:type="xs:string"> <value></value> </prop> <prop oor:name="AddFeatureURL" oor:type="xs:string"> <value></value> </prop> <prop oor:name="InfoURL" oor:type="xs:string"> <value></value> </prop> </node> </node> --------------------------------------------------------------------- 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...@framework.openoffice.org For additional commands, e-mail: issues-h...@framework.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org