summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chart2/source/view/main/PropertyMapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/PropertyMapper.cxx b/chart2/source/view/main/PropertyMapper.cxx
index c8bd6e1d61eb..c8edc21aa852 100644
--- a/chart2/source/view/main/PropertyMapper.cxx
+++ b/chart2/source/view/main/PropertyMapper.cxx
@@ -597,7 +597,7 @@ void PropertyMapper::setPropertyNameMapForFilledSeriesProperties(SdrPathObj* pSh
xOptionSet->Put(XFillColorItem(OUString(), Color(ColorTransparency, *xFillColor)));
}
if (xOptionSet)
- pShape->SetMergedItemSet(*xOptionSet);
+ pShape->GetProperties().SetObjectItemSet(*xOptionSet);
}