diff options
Diffstat (limited to 'xmloff/source/text/XMLIndexTableSourceContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLIndexTableSourceContext.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLIndexTableSourceContext.cxx b/xmloff/source/text/XMLIndexTableSourceContext.cxx index e6876915232a..4bb7de1b9d30 100644 --- a/xmloff/source/text/XMLIndexTableSourceContext.cxx +++ b/xmloff/source/text/XMLIndexTableSourceContext.cxx @@ -111,7 +111,7 @@ void XMLIndexTableSourceContext::ProcessAttribute( } } -void XMLIndexTableSourceContext::EndElement() +void XMLIndexTableSourceContext::endFastElement(sal_Int32 nElement) { rIndexPropertySet->setPropertyValue("CreateFromLabels", css::uno::Any(bUseCaption)); @@ -125,7 +125,7 @@ void XMLIndexTableSourceContext::EndElement() rIndexPropertySet->setPropertyValue("LabelDisplayType", css::uno::Any(nDisplayFormat)); } - XMLIndexSourceBaseContext::EndElement(); + XMLIndexSourceBaseContext::endFastElement(nElement); } SvXMLImportContextRef XMLIndexTableSourceContext::CreateChildContext( |