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