summaryrefslogtreecommitdiff
path: root/xmloff/source/style/StylePropertiesContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/StylePropertiesContext.cxx')
-rw-r--r--xmloff/source/style/StylePropertiesContext.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/source/style/StylePropertiesContext.cxx b/xmloff/source/style/StylePropertiesContext.cxx
index 1bda191485e6..910b7873d54f 100644
--- a/xmloff/source/style/StylePropertiesContext.cxx
+++ b/xmloff/source/style/StylePropertiesContext.cxx
@@ -35,7 +35,8 @@ StylePropertiesContext::createFastChildContext(
{
if (nElement == XML_ELEMENT(LO_EXT, XML_CHAR_COMPLEX_COLOR))
{
- return new XMLComplexColorContext(GetImport(), nElement, xAttrList, rProperty, rProperties);
+ return new XMLPropertyComplexColorContext(GetImport(), nElement, xAttrList, rProperty,
+ rProperties);
}
return SvXMLPropertySetContext::createFastChildContext(nElement, xAttrList, rProperties,
rProperty);