summaryrefslogtreecommitdiff
path: root/writerperfect/source/writer/exp/XMLTextListContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/writer/exp/XMLTextListContext.cxx')
-rw-r--r--writerperfect/source/writer/exp/XMLTextListContext.cxx2
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);