Type: info
         Title: XMLSettingsExportContext can be used without a SvXMLExport 
instance
     Posted by: frank.schoenh...@sun.com
      Affected: -
         TaskId: i65597
<http://www.openoffice.org/issues/show_bug.cgi?id=65597>
Effective from: CWS autorecovery
           CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/autorecovery>
    CWS status: new


*Summary*
--------
+ class ::xmloff::XMLSettingsExportContext;
- XMLSettingsExportHelper::XMLSettingsExportHelper(
    SvXMLExport& );
+ XMLSettingsExportHelper::XMLSettingsExportHelper(
    ::xmloff::XMLSettingsExportContext& );


*Description*
-------------
The interface between the implementation of the
XMLSettingsExportHelper and the SvXMLExport class has been put into a
dedicated class XMLSettingsExportContext, with the helper now using
such a context instance, instead of an SvXMLExport instance directly.
This allows using the the XMLSettingsExportHelper in situations where
you don't have a full-blown SvXMLExport at hand, but still want to
profit from the helper's capability to export a tree of arbitrary
settings.


Send feedback to interface-announce@openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: interface-announce-unsubscr...@openoffice.org
For additional commands, e-mail: interface-announce-h...@openoffice.org

Reply via email to