Niklas Nebel wrote: > Mathias Bauer wrote: >> I don't see a recombination here. The filter will just use different >> code to load and store the meta.xml. Or did I misunderstand you? Then >> please explain with some more detail. > > Will the code to load/store be part of the DocumentInfo implementation? > Following current trends, it doesn't belong there. > > Or will implementation of the DocumentInfo's load and store methods just > instantiate com.sun.star.comp.whatever.XMLOasisMetaExporter and let > that one do the work?
Yes, it will do the latter. It will be the same code that nowadays is used by the loadFromURL() method of the StandaloneDocumentInfo with the simplification that the storage will be provided from the outside and is not created inside the methods of the DocumentInfo. The code for the current StandaloneDocumentInfo service can be found in sfx2/source/doc/objuno.cxx. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "[EMAIL PROTECTED]". I use it for the OOo lists and only rarely read other mails sent to it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
