diff options
Diffstat (limited to 'writerperfect/source/writer/exp/XMLTextListContext.cxx')
-rw-r--r-- | writerperfect/source/writer/exp/XMLTextListContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/source/writer/exp/XMLTextListContext.cxx b/writerperfect/source/writer/exp/XMLTextListContext.cxx index edfd7371b15e..3a7698890759 100644 --- a/writerperfect/source/writer/exp/XMLTextListContext.cxx +++ b/writerperfect/source/writer/exp/XMLTextListContext.cxx @@ -23,7 +23,7 @@ XMLTextListContext::XMLTextListContext(XMLImport &rImport) { } -XMLImportContext *XMLTextListContext::CreateChildContext(const OUString &rName, const css::uno::Reference<css::xml::sax::XAttributeList> &/*xAttribs*/) +rtl::Reference<XMLImportContext> XMLTextListContext::CreateChildContext(const OUString &rName, const css::uno::Reference<css::xml::sax::XAttributeList> &/*xAttribs*/) { if (rName == "text:list-item") return new XMLTextListItemContext(mrImport); |