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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLIndexTableSourceContext.cxx b/xmloff/source/text/XMLIndexTableSourceContext.cxx
index f1fa32e23abe..ba66fd5705c2 100644
--- a/xmloff/source/text/XMLIndexTableSourceContext.cxx
+++ b/xmloff/source/text/XMLIndexTableSourceContext.cxx
@@ -131,7 +131,7 @@ void XMLIndexTableSourceContext::EndElement()
{
Any aAny;
- aAny.setValue(&bUseCaption, ::getBooleanCppuType());
+ aAny.setValue(&bUseCaption, cppu::UnoType<bool>::get());
rIndexPropertySet->setPropertyValue(sCreateFromLabels, aAny);
if (bSequenceOK)