To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=47532
------- Additional comments from [EMAIL PROTECTED] Mon Apr 23 14:20:18 +0000 2007 ------- The task is to integrate an old-style service as new-style service ( single interface service ). The service itself is already implemented in "unotools" project as an old-style service( unotools/source/ucbhelper/xtempfile.* ), but not documented officially. The new-style services are described in "Developer Guide", there is also an additional specification for the new-style services "http://udk.openoffice.org/common/man/draft/multinherit.html". From my point of view the second one describes the new-style services better. The task could be divided to following steps : - please specify a new interface ::com::sun::star::io::XTempFile in the udkapi project based on the current service implementation and the new-style services specification ( the currently accessible properties must be specified as attributes ). - please specify a new-style service ::com::sun::star::io::Tempfile ( derived from the XTempFile interface ) in the udkapi project. - please change the current service implementation to be based on the new interface, it definitely makes sence to use the new helper class ::cppu::PropertySetMixin from the cppuhelper project. It will make the attributes be accessible as properties ( this is required for backward compatibility ). --------------------------------------------------------------------- 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]
