2007/12/07 18:51:47 mst 1.8.82.1: refactoring to use XDocumentProperties instead of XDocumentInfo
on document export:
- xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:
+ turn lcl_GetProductName into static method SvXMLExport::GetProductName
+ updating of Generator string is now done in _ExportMeta
- xmloff/inc/MetaExportComponent.hxx, source/meta/MetaExportComponent.cxx:
+ use XDocumentProperties instead of XDocumentInfo
+ override _ExportMeta
- xmloff/inc/xmloff/xmlmetae.hxx, source/meta/xmlmetae.cxx:
+ new class SvXMLMetaExport, to eventually replace SfxXMLMetaExport
+ move lcl_GetProductName to xmlexp.cxx
2003/08/19 15:45:53 aw 1.3.150.2: #110680#
Give ServiceManager as const reference and do not keep it as reference locally as member
2003/07/07 15:45:38 aw 1.3.150.1: #110680#
Changed all components to use the ServiceManager they were created with.