diff options
Diffstat (limited to 'writerperfect/source/writer/exp/xmltext.hxx')
-rw-r--r-- | writerperfect/source/writer/exp/xmltext.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/writerperfect/source/writer/exp/xmltext.hxx b/writerperfect/source/writer/exp/xmltext.hxx index dc8f35f33fbd..bce957c4f7e8 100644 --- a/writerperfect/source/writer/exp/xmltext.hxx +++ b/writerperfect/source/writer/exp/xmltext.hxx @@ -23,11 +23,11 @@ class XMLBodyContentContext : public XMLImportContext public: XMLBodyContentContext(XMLImport &rImport); - XMLImportContext *CreateChildContext(const OUString &rName, const css::uno::Reference<css::xml::sax::XAttributeList> &/*xAttribs*/) override; + rtl::Reference<XMLImportContext> CreateChildContext(const OUString &rName, const css::uno::Reference<css::xml::sax::XAttributeList> &/*xAttribs*/) override; }; /// Context factory for body text, section, table cell, etc. -XMLImportContext *CreateTextChildContext(XMLImport &rImport, const OUString &rName); +rtl::Reference<XMLImportContext> CreateTextChildContext(XMLImport &rImport, const OUString &rName); } // namespace exp } // namespace writerperfect |