summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexUserSourceContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexUserSourceContext.cxx')
-rw-r--r--xmloff/source/text/XMLIndexUserSourceContext.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLIndexUserSourceContext.cxx b/xmloff/source/text/XMLIndexUserSourceContext.cxx
index c81dfeb1b605..62f23631b5db 100644
--- a/xmloff/source/text/XMLIndexUserSourceContext.cxx
+++ b/xmloff/source/text/XMLIndexUserSourceContext.cxx
@@ -129,7 +129,6 @@ void XMLIndexUserSourceContext::ProcessAttribute(
}
}
-
void XMLIndexUserSourceContext::EndElement()
{
rIndexPropertySet->setPropertyValue("CreateFromEmbeddedObjects", css::uno::Any(bUseObjects));
@@ -148,8 +147,7 @@ void XMLIndexUserSourceContext::EndElement()
XMLIndexSourceBaseContext::EndElement();
}
-
-SvXMLImportContext* XMLIndexUserSourceContext::CreateChildContext(
+SvXMLImportContextRef XMLIndexUserSourceContext::CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
const Reference<XAttributeList> & xAttrList )